DevIL Documentation Previous | IL | Next

 

ilRegisterMipNum

 

ilRegisterMipNum tells OpenIL the number of mipmaps the current image has. The mipmaps can then be chosen and modified via ilActiveMipmap. This function is to be used from within functions that have been registered via ilRegisterLoad.

 

ILboolean ilRegisterMipNum(
  ILuint Num );


Parameters

 
Num
Number of mipmaps to create.


See Also

 
ilActiveMipmap, ilRegisterLoad, ilRegisterNumImages,