DevIL Documentation Home | Previous | Next

iluGetString

The iluGetString function returns a string describing the OpenILU implementation.


const char* iluGetString(
  ILenum StringName
);

Parameters

StringName
Enum that describes the string to be retrieved.

Remarks

iluGetString returns a constant human-readable string describing the current OpenILU implementation. Values accepted for StringName are:

ILU_VENDOR - Describes the OpenILU vendor (currently Abysmal Software).

ILU_VERSION - Use iluGetInteger with ILU_VERSION_NUM to check for version differences instead.

Error Codes

ILU_INVALID_ENUM - StringName was an invalid enum type.

See Also

ilGetString, ilutGetString