:right-sidebar: True ScalingFilter =================================================================== .. currentmodule:: gi.repository.Gsk .. class:: ScalingFilter :no-contents-entry: The filters used when scaling texture data. The actual implementation of each filter is deferred to the rendering pipeline. Fields ------ .. rst-class:: interim-class .. class:: ScalingFilter :no-index: .. attribute:: LINEAR Linear interpolation filter .. attribute:: NEAREST Nearest neighbor interpolation filter .. attribute:: TRILINEAR Linear interpolation along each axis, plus mipmap generation, with linear interpolation along the mipmap levels