{{newin|[[0.9.0]]|090|type=function}}
Gets the mipmap filter mode for a Texture. Prior to 11.0 this method only worked on Images.

== Function ==
=== Synopsis ===
<source lang="lua">
mode, sharpness = Texture:getMipmapFilter( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|FilterMode|mode|The filter mode used in between mipmap levels. [[nil]] if mipmap filtering is not enabled.}}
{{param|number|sharpness|Value used to determine whether the image should use more or less detailed mipmap levels than normal when drawing.}}

== See Also ==
* [[parent::Texture]]
* [[Texture:setMipmapFilter]]
[[Category:Functions]]
{{#set:Description=Gets the mipmap filter mode for a Texture.}}
== Other Languages ==
{{i18n|Texture:getMipmapFilter}}