TextureFilter enumeration

TextureFilter enumeration

Filter options during texture sampling.

The TextureFilter type exposes the following members:

Fields

FieldDescription
NONENo minification, this is only used by minification filter.
POINTUse point sampling
LINEARUse linear interpolation for sampling
ANISOTROPICUse anisotropic interpolation for sampling, this is only used by minification filter.

See Also