Texture:getMipmapFilter
Available since LÖVE 0.9.0
This function is not supported in earlier versions.
Gets the mipmap filter mode for a Texture. Prior to 11.0 this method only worked on Images.
Function
Synopsis
mode, sharpness = Texture:getMipmapFilter( )
Arguments
None.
Returns
FilterMode mode
- The filter mode used in between mipmap levels. nil if mipmap filtering is not enabled.
number sharpness
- Value used to determine whether the image should use more or less detailed mipmap levels than normal when drawing.
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Texture:getMipmapFilter