DevIL Documentation Previous | ILUT | Next

 

ilutGetInteger

 

The ilutGetInteger return the value of a selected mode.

 

ILint ilutGetInteger(
  ILenum mode );


Parameters

 
mode
The ilutGetBoolean returns the value of a selected mode.


Modes

 
ILUT_OPENGL_CONV
An ILUT mode used to track if OpenIL is allowed to use GL_RGB8 and GL_RGBA8 instead of GL_RGB8 or GL_RGBA8 (useful with nVidia cards)
ILUT_PALETTE_MODE
An ILUT mode not used right now
ILUT_VERSION_NUM
Returns the version number of the shared library. This can be checked against the ILUT_VERSION #define

See Also

 
ilGetBoolean, ilGetBooleanv, ilGetInteger, ilGetIntegerv, iluGetBoolean, iluGetBooleanv, iluGetInteger, iluGetIntegerv, ilutGetBooleanv, ilutGetInteger, ilutGetIntegerv,

Errors

 
ILUT_INVALID_ENUM
stant or an out of range value.
ILUT_INVALID_PARAM
An invalid parameter was passed to a function, such as a NULL pointer.