Tao.DevIl SDK Documentation

Ilu.iluBuildMipmaps Method 

iluBuildMipmaps generates power-of-2 mipmaps for an image. If the image does not have power-of-2 dimensions, then the image is resized via iluScale. Mipmaps are then generated for the image, down to a 1x1 image. To use the mipmaps, see ilActiveMipmap.

[Visual Basic]
Public Shared Function iluBuildMipmaps() As Boolean
[C#]
public static bool iluBuildMipmaps();

Return Value

See Also

Ilu Class | Tao.DevIl Namespace