GenerateMipMaps Function
Imaging

Generates mipmaps for image.

Pascal
function GenerateMipMaps(const Image: TImageData; 
                         Levels: LongInt; 
                         var MipMaps: TDynImageDataArray): Boolean;
File

Imaging (at line 181)

Description

Levels is the number of desired mipmaps levels with zero (or some invalid number) meaning all possible levels.

Related Information
You are here: Symbol Reference > Functions > GenerateMipMaps Function