DevIL Documentation Previous | IL | Next

 

ilRegisterType

 

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.

 

ILvoid ilRegisterType(
  ILenum Type );


Parameters

 
Type
The type the current image should be converted to. Values accepted are:
IL_BYTE
IL_UNSIGNED_BYTE
IL_SHORT
IL_UNSIGNED_SHORT
IL_INT
IL_UNSIGNED_INT
IL_FLOAT


See Also

 
ilRegisterFormat, ilRegisterLoad, ilRegisterOrigin, ilRegisterPal,