Home -> ITextureSampler -> SetTextureMipmapMode

Description

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

Usage

void SetTextureMipmapMode(MipmapMode mipmapMode);

Argument list

mipmapMode [MipmapMode]
The mipmap selection and filtering mode to use when sampling.

See also