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

Function ILAPIENTRY ilGetInteger

DevIL/src-IL/src/il_states.cpp:676–682  ·  view source on GitHub ↗

Returns the current value of the Mode

Source from the content-addressed store, hash-verified

674
675//! Returns the current value of the Mode
676ILint ILAPIENTRY ilGetInteger(ILenum Mode)
677{
678 ILint Temp;
679 Temp = 0;
680 ilGetIntegerv(Mode, &Temp);
681 return Temp;
682}
683
684
685//! Sets the default origin to be used.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected