summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2021-10-16 22:39:22 +0200
committerRay <[email protected]>2021-10-16 22:39:22 +0200
commit0aefe256d0c2231e673ee5020e8298dde04289e1 (patch)
treea04851921cf045cf5c5de84c1293a5dc326ed9f6
parent1b793e76dc1639e7acb05f34d68bc26145c1f6dd (diff)
downloadraylib-0aefe256d0c2231e673ee5020e8298dde04289e1.tar.gz
raylib-0aefe256d0c2231e673ee5020e8298dde04289e1.zip
REVIEWED: rlLoadDrawQuad() description #2058
-rw-r--r--src/rlgl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 1a087668..27de91e0 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -3822,7 +3822,7 @@ void rlSetMatrixViewOffsetStereo(Matrix right, Matrix left)
#endif
}
-// Load and draw a 1x1 XY quad in NDC
+// Load and draw a quad in NDC
void rlLoadDrawQuad(void)
{
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)
@@ -3863,7 +3863,7 @@ void rlLoadDrawQuad(void)
#endif
}
-// Load and draw a 1x1 3D cube in NDC
+// Load and draw a cube in NDC
void rlLoadDrawCube(void)
{
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)