We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2057f commit 49e1590Copy full SHA for 49e1590
include/SDL3/SDL_surface.h
@@ -86,7 +86,7 @@ typedef enum SDL_ScaleMode
86
SDL_SCALEMODE_INVALID = -1,
87
SDL_SCALEMODE_NEAREST, /**< nearest pixel sampling */
88
SDL_SCALEMODE_LINEAR, /**< linear filtering */
89
- SDL_SCALEMODE_PIXELART /**< nearest pixel sampling with improved scaling for pixel art */
+ SDL_SCALEMODE_PIXELART /**< nearest pixel sampling with improved scaling for pixel art, available since SDL 3.4.0 */
90
} SDL_ScaleMode;
91
92
/**
0 commit comments