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

Function ILAPIENTRY ilIsDisabled

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

Checks whether the mode is disabled.

Source from the content-addressed store, hash-verified

312
313//! Checks whether the mode is disabled.
314ILboolean ILAPIENTRY ilIsDisabled(ILenum Mode)
315{
316 return !ilIsEnabled(Mode);
317}
318
319
320//! Sets Param equal to the current value of the Mode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected