RwSetTextureMipmapRaster(RwTexture *texture, RwRaster *mipmap)
Description
Returns the optional mip map levels for a texture.
Arguments
texture The texture associated with the mip map.
Mipmap The mipmap for the texture encapsulated in an RwRaster.
Return Value
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 set by calling RwSetTextureRaster().
See Also