DevIL Documentation Previous | ILU | Next

 

iluGetString

 

iluGetString returns a constant human-readable string describing the current OpenILU implementation.

 

const char* iluGetString(
  ILenum StringName );


Parameters

 
StringName
Enum that describes the string to be retrieved.


Values

 
ILU_VENDOR
Describes the OpenILU vendor.
ILU_VERSION_NUM
Use iluGetInteger with ILU_VERSION_NUM to check for version differences instead.

Errors

 
ILU_INVALID_ENUM
StringName was an invalid enum type.

See Also

 
ilGetString, ilutGetString,