DevIL Documentation | Home | Previous | Next |
These functions return the value of a selected mode.
ILboolean iluGetInteger(
ILenum Mode);
ILvoid iluGetIntegerv(
ILenum Mode, ILboolean *Param);
The iluGetInteger function returns the value of a selected mode. The iluGetIntegerv function returns the mode value in the Param parameter.
ILU_INVALID_ENUM - Mode was an invalid
enum.
ILU_INVALID_PARAM - Param was NULL.
ilGetBoolean, ilGetBooleanv, ilGetInteger, ilGetIntegerv, ilutGetBoolean, ilutGetBooleanv, ilutGetInteger, ilutGetIntegerv