The filters used when scaling texture data.
The actual implementation of each filter is deferred to the rendering pipeline.
linear interpolation filter
nearest neighbor interpolation filter
linear interpolation along each axis, plus mipmap generation, with linear interpolation along the mipmap levels
See Implementation
The filters used when scaling texture data.
The actual implementation of each filter is deferred to the rendering pipeline.