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

Function ILAPIENTRY iluGetInteger

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

Source from the content-addressed store, hash-verified

56
57
58ILint ILAPIENTRY iluGetInteger(ILenum Mode)
59{
60 ILint Temp;
61 Temp = 0;
62 iluGetIntegerv(Mode, &Temp);
63 return Temp;
64}
65
66
67ILenum iluFilter = ILU_NEAREST;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected