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