|
ilRegisterType tells OpenIL what datatype the current registered image uses. This function is to be used from within functions that have been registered via ilRegisterLoad.
| ILboolean ilRegisterSave( char * Ext, IL_SAVEPROC Save );
|
Parameters | - Ext
- Extension of the image type to save
- Save
- Pointer to a saving function
|
Errors
See Also
|