Home -> ITextureSampler -> FilterMode
Description
The FilterMode enumeration defines how samples are filtered within a mipmap level when a texture is magnified or minified. It is configured with SetTextureFilterMode.
Members
| Name | Description | |
|---|---|---|
| Nearest |
Uses the nearest texel value without interpolation.
|
|
| Linear |
Interpolates between neighbouring texel values.
|