Texture:getFilter
Returns the current FilterMode for the Texture.
mode, anisotropy = Texture:getFilter()
Arguments
None
Returns
Name | Type | Description |
mode | FilterMode | The filter mode for the Texture. |
anisotropy | number | The level of anisotropic filtering. |
See also
Texture:setFilter
Texture