GskScalingFilter

The filters used when scaling texture data.

The actual implementation of each filter is deferred to the rendering pipeline.

Values

ValueMeaning
LINEAR0

linear interpolation filter

NEAREST1

nearest neighbor interpolation filter

TRILINEAR2

linear interpolation along each axis, plus mipmap generation, with linear interpolation along the mipmap levels

Meta