SetRenderScaleQuality(n)
Sets the scaling quality when creating textures
n=0 -- nearest: nearest pixel sampling
n=1 -- linear: linear filtering (supported by OpenGL and Direct3D)
n=2 -- best: anisotropic filtering (supported by Direct3D)
Returns True if successful. It will return false if it is not supported on that system.
Example: