RwGetTextureMipmapRaster(RwTexture *texture)
Description
Returns the optional mip map levels for a texture.
Arguments
texture The texture containing the mip maps.
Return Value
The mip map levels encapsulated in an RwRaster.
Comments
Mip Maps are not available on all device types. The Device capabilities fields should be used to determine if Mip Maps are available. Mip Map Level 0 can be obtained by calling RwGetTextureRaster().
See Also