Package: gsk

GEnum gsk:scaling-filter

Declaration

(gobject:define-genum "GskScalingFilter" scaling-filter
  (:export t
   :type-initializer "gsk_scaling_filter_get_type")
  (:linear 0)
  (:nearest 1)
  (:trilinear 2))  

Values

:linear
Linear interpolation filter.
:nearest
Nearest neighbor interpolation filter.
:trilinear
Linear interpolation along each axis, plus mipmap generation, with linear interpolation along the mipmap levels.

Details

The filters used when scaling texture data. The actual implementation of each filter is deferred to the rendering pipeline.
 

See also

2023-9-22