Enumeration
GskScalingFilter
Description [src]
The filters used when scaling texture data.
The actual implementation of each filter is deferred to the rendering pipeline.
Members
-
GSK_SCALING_FILTER_LINEAR
-
Linear interpolation filter.
- Value:
0
- Available since: 4.0
- Value:
-
GSK_SCALING_FILTER_NEAREST
-
Nearest neighbor interpolation filter.
- Value:
1
- Available since: 4.0
- Value:
-
GSK_SCALING_FILTER_TRILINEAR
-
Linear interpolation along each axis, plus mipmap generation, with linear interpolation along the mipmap levels.
- Value:
2
- Available since: 4.0
- Value: