|
The iluGetIntegerv function returns the mode value in the Param parameter.
| ILvoid iluGetIntegerv( ILenum Mode, ILint* Param );
|
Parameters | - Mode
- The mode value to be returned.
- Param
- When used, the value is stored here instead of returned..
|
Errors | - ILU_ILLEGAL_OPERATION
- The operation attempted is not allowable in the current state. The function returns with no ill side effects. Generally there is currently no image bound or it has been deleted via ilDeleteImages. You should use ilGenImages and ilBindImage before calling the function.
|
See Also | ilBindImages,
ilGenImages,
ilGetBoolan,
ilGetBoolan,
ilGetBooleanv,
ilGetBooleanv,
ilGetInteger,
ilGetInteger,
ilGetIntegerv,
ilGetIntegerv,
iluGetInteger,
|
|