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
Public Enum Nearest
Uses the nearest texel value without interpolation.
Public Enum Linear
Interpolates between neighbouring texel values.

See also