TextureFilter contains texture filtering presets.
Properties:
Name | Type | Description |
---|---|---|
NEAREST |
Performs nearest neighbour filter with nearest mip level selection |
|
NEAREST_NOMIP |
Performs nearest neighbour filter with mipmapping disabled |
|
BILINEAR |
Performs bilinear filtering with nearest mip level selection |
|
BILINEAR_NOMIP |
Performs bilinear filtering with mipmapping disabled |
|
TRILINEAR |
Performs trilinear filtering (bilinear + linear mipmap interpolation) |
|
TRILINEAR_ANISOTROPIC |
Performs anisotropic trilinear filtering. Only available if capabilities.EXT_TEXTURE_FILTER_ANISOTROPIC is available. |