mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 11:45:13 -05:00
Removed anisotropic option from SDL_HINT_RENDER_SCALE_QUALITY.
Anisotropic filtering is meant to be used for textures at a stark angle, not perpendicular to the camera.
This commit is contained in:
@@ -100,7 +100,7 @@ extern "C" {
|
||||
* This variable can be set to the following values:
|
||||
* "0" or "nearest" - Nearest pixel sampling
|
||||
* "1" or "linear" - Linear filtering (supported by OpenGL and Direct3D)
|
||||
* "2" or "best" - Anisotropic filtering (supported by Direct3D)
|
||||
* "2" or "best" - Currently this is the same as "linear"
|
||||
*
|
||||
* By default nearest pixel sampling is used
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user