Tao.DevIl SDK Documentation

Il.ilRegisterMipNum Method 

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.

[Visual Basic]
Public Shared Function ilRegisterMipNum( _
   ByVal Num As Integer _
) As Boolean
[C#]
public static bool ilRegisterMipNum(
   int Num
);

Parameters

Num
Number of mipmaps to create.

Return Value

See Also

Il Class | Tao.DevIl Namespace