DevIL Documentation Previous | ILUT | Next

 

ilutGetBoolean

 

The ilutGetBooleanv return the value of a selected mode.

 

ILboolean ilutGetBoolean(
  ILenum mode, ILboolean * Param );


Parameters

 
mode
The ilutGetBoolean returns the value of a selected mode.
Param
Used to store the return values.


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

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.