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

Function ILAPIENTRY ilutGetInteger

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

Source from the content-addressed store, hash-verified

254
255
256ILint ILAPIENTRY ilutGetInteger(ILenum Mode)
257{
258 ILint Temp = 0;
259 ilutGetIntegerv(Mode, &Temp);
260 return Temp;
261}
262
263
264void ILAPIENTRY ilutSetInteger(ILenum Mode, ILint Param)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected