Sampler:getFilter
EditReturns the filter mode of the Sampler.
min, mag, mip = Sampler:getFilter()
Arguments
None
Returns
Name | Type | Description |
min | FilterMode | The filter mode used when the texture is minified. |
mag | FilterMode | The filter mode used when the texture is magnified. |
mip | FilterMode | The filter mode used to select a mipmap level. |