MTLSamplerMinMagFilter

Filtering options for determining which pixel value is returned within a mipmap level.

Values

ValueMeaning
Nearest0

Select the single pixel nearest to the sample point.

Linear1

Select two pixels in each dimension and interpolate linearly between them.

Meta