DevIL Documentation Home | Previous | Next

ilGetString

The ilGetString function returns a string describing the OpenIL implementation.


const char* ilGetString(
  ILenum StringName
);

Parameters

StringName
Enum that describes the string to be retrieved.

Remarks

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

IL_VENDOR - Describes the OpenIL vendor (currently Abysmal Software).

IL_VERSION - String describing the current OpenIL version. Use ilGetInteger with IL_VERSION_NUM to actually check for version differences.

Error Codes

IL_INVALID_ENUM - StringName was an invalid enum type.

See Also

iluGetString, <