MCPcopy Create free account
hub / github.com/DentonW/DevIL / ILAPIENTRY iluGetString

Function ILAPIENTRY iluGetString

DevIL/src-ILU/src/ilu_states.cpp:22–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22ILstring ILAPIENTRY iluGetString(ILenum StringName)
23{
24 switch (StringName)
25 {
26 case ILU_VENDOR:
27 return (ILstring)_iluVendor;
28 //changed 2003-09-04
29 case ILU_VERSION_NUM:
30 return (ILstring)_iluVersion;
31 default:
32 ilSetError(ILU_INVALID_PARAM);
33 break;
34 }
35 return NULL;
36}
37
38
39void ILAPIENTRY iluGetIntegerv(ILenum Mode, ILint *Param)

Callers

nothing calls this directly

Calls 1

ilSetErrorFunction · 0.85

Tested by

no test coverage detected