W3cubDocs

/LÖVE

CompressedImageData:getMipmapCount

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Gets the number of mipmap levels in the CompressedImageData. The base mipmap level (original image) is included in the count.

Function

Synopsis

mipmaps = CompressedImageData:getMipmapCount( )

Arguments

None.

Returns

number mipmaps
The number of mipmap levels stored in the CompressedImageData.

Notes

Mipmap filtering cannot be activated for an Image created from a CompressedImageData which does not have enough mipmap levels to go down to 1x1. For example, a 256x256 image created from a CompressedImageData should have 8 mipmap levels or Image:setMipmapFilter will error. Most tools which can create compressed textures are able to automatically generate mipmaps for them in the same file.

See Also

© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/CompressedImageData:getMipmapCount