DevIL Documentation | Home | Previous | Next |
These two functions return whether a mode is disabled or enabled.
ILboolean ilIsEnabled(
ILenum Mode
);
ILboolean ilIsDisabled(
ILenum Mode
);
ilIsEnabled returns whether the mode indicated by Mode is enabled, and ilIsDisabled returns whether it is disabled.
IL_INVALID_ENUM - Mode was of an invalid value.
ilEnable, ilDisable, ilOriginFunc, ilutIsEnabled, ilutIsDisabled