ScalingFilter
-
class ScalingFilter
The filters used when scaling texture data.
The actual implementation of each filter is deferred to the
rendering pipeline.
Fields
-
class ScalingFilter
-
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