Enumeration (GI Enum)

Gsk-4.0GskScalingFilter

The filters used when scaling texture data.

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

Index
LINEAR: 0

linear interpolation filter

NEAREST: 1

nearest neighbor interpolation filter

TRILINEAR: 2

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

Variables

$gtype