GetVolumeLevelCount Function
ImagingUtility

Returns total number of levels of volume texture with given depth and mipmap count (this is not depth * mipmaps!).

Pascal
function GetVolumeLevelCount(Depth: LongInt; 
                             MipMaps: LongInt): LongInt;
File

ImagingUtility (at line 266)

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