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

Function ILAPIENTRY ilGetBoolean

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

Returns the current value of the Mode

Source from the content-addressed store, hash-verified

333
334//! Returns the current value of the Mode
335ILboolean ILAPIENTRY ilGetBoolean(ILenum Mode)
336{
337 ILboolean Temp;
338 Temp = IL_FALSE;
339 ilGetBooleanv(Mode, &Temp);
340 return Temp;
341}
342
343
344ILimage *iGetBaseImage(void);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected