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

Function ILAPIENTRY ilDisable

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

Disables a mode

Source from the content-addressed store, hash-verified

216
217//! Disables a mode
218ILboolean ILAPIENTRY ilDisable(ILenum Mode)
219{
220 return ilAble(Mode, IL_FALSE);
221}
222
223
224// Internal function that sets the Mode equal to Flag

Callers

nothing calls this directly

Calls 1

ilAbleFunction · 0.85

Tested by

no test coverage detected