GetRenderScaleQuality()

Returns the scaling quality when creating textures

0 -- nearest: nearest pixel sampling
1 -- linear: linear filtering (supported by OpenGL and Direct3D)
2 -- best: anisotropic filtering (supported by Direct3D)


Example: