RwSetTextureMipmapState(RwState mode)
Description
Sets the current global texture mipmap mode applied to subsequently loaded textures.
Arguments
mode the mipmap mode.
Return Value
TRUE if successful and FALSE otherwise.
Comments
The current mipmap mode is a global parameter which controls whether textures read from disk have mipmaps or not.
See Also