Tao.DevIl SDK Documentation

Il.ilActiveMipmap Method 

ilActiveMipmap sets a mipmap of the image as the current mipmap. Currently, the only way to generate mipmaps is by calling iluBuildMipmaps. If neither function has been called for the current image, no mipmaps exist for it. If Number is 0, then the current base image is set.

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

Parameters

Number
Mipmap level to select as current.

Return Value

See Also

Il Class | Tao.DevIl Namespace