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

Function ILAPIENTRY ilutGetBoolean

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

Source from the content-addressed store, hash-verified

189
190
191ILboolean ILAPIENTRY ilutGetBoolean(ILenum Mode)
192{
193 ILboolean Temp = IL_FALSE;
194 ilutGetBooleanv(Mode, &Temp);
195 return Temp;
196}
197
198
199void ILAPIENTRY ilutGetIntegerv(ILenum Mode, ILint *Param)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected