DevIL Documentation Home | Previous | Next

ilutGetString

The ilutGetString function returns a string describing the OpenILUT implementation.

const char* ilutGetString(
  ILenum StringName);


Parameters

StringName
Enum that describes the string to be retrieved.


Remarks

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

ILUT_VENDOR - Describes the OpenILUT vendor (currently Abysmal Software).

ILUT_VERSION - Use ilutGetInteger with ILUT_VERSION_NUM to check for version differences instead.



Error Codes

ILUT_INVALID_ENUM - StringName was an invalid enum type.

See Also

ilGetString, iluGetString