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
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info