Home -> ITextureSampler -> SetTextureFilterMode

Description

The SetTextureFilterMode method specifies the filter mode to use when sampling from the texture.

Usage

void SetTextureFilterMode(FilterMode filterModeShrink, FilterMode filterModeExpand);

Argument list

filterModeShrink [FilterMode]
The filter mode used when the sampled texture is minified.
filterModeExpand [FilterMode]
The filter mode used when the sampled texture is magnified.

See also