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

Function ILAPIENTRY ilutGetString

DevIL/src-ILUT/src/ilut_states.cpp:52–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52ILstring ILAPIENTRY ilutGetString(ILenum StringName)
53{
54 switch (StringName)
55 {
56 case ILUT_VENDOR:
57 return (ILstring)_ilutVendor;
58 //changed 2003-09-04
59 case ILUT_VERSION_NUM:
60 return (ILstring)_ilutVersion;
61 default:
62 ilSetError(ILUT_INVALID_PARAM);
63 break;
64 }
65 return NULL;
66}
67
68
69ILboolean ILAPIENTRY ilutEnable(ILenum Mode)

Callers

nothing calls this directly

Calls 1

ilSetErrorFunction · 0.85

Tested by

no test coverage detected