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

Function ILAPIENTRY ilEnable

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

Enables a mode

Source from the content-addressed store, hash-verified

209
210//! Enables a mode
211ILboolean ILAPIENTRY ilEnable(ILenum Mode)
212{
213 return ilAble(Mode, IL_TRUE);
214}
215
216
217//! Disables a mode

Callers

nothing calls this directly

Calls 1

ilAbleFunction · 0.85

Tested by

no test coverage detected