Răsfoiți Sursa

Sync SDL2 wiki -> header

[ci skip]
SDL Wiki Bot 1 lună în urmă
părinte
comite
d310b5679f
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      include/SDL_render.h

+ 2 - 1
include/SDL_render.h

@@ -30,6 +30,7 @@
  * - single pixel lines
  * - filled rectangles
  * - texture images
+ * - 2D polygons
  *
  * The primitives may be drawn in opaque, blended, or additive modes.
  *
@@ -38,7 +39,7 @@
  * may also be stretched with linear interpolation.
  *
  * This API is designed to accelerate simple 2D operations. You may want more
- * functionality such as polygons and particle effects and in that case you
+ * functionality such as 3D polygons and particle effects and in that case you
  * should use SDL's OpenGL/Direct3D support or one of the many good 3D
  * engines.
  *