| |
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
See Also
|