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 d9b5783 commit 39794aeCopy full SHA for 39794ae
include/SDL3/SDL_render.h
@@ -39,9 +39,9 @@
39
* may also be stretched with linear interpolation.
40
*
41
* This API is designed to accelerate simple 2D operations. You may want more
42
- * functionality such as polygons and particle effects and in that case you
43
- * should use SDL's OpenGL/Direct3D support, the SDL3 GPU API, or one of the
44
- * many good 3D engines.
+ * functionality such as 3D polygons and particle effects, and in that case
+ * you should use SDL's OpenGL/Direct3D support, the SDL3 GPU API, or one of
+ * the many good 3D engines.
45
46
* These functions must be called from the main thread. See this bug for
47
* details: https://github.com/libsdl-org/SDL/issues/986
0 commit comments