summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-10-26 22:23:16 +0200
committerRay <[email protected]>2021-10-26 22:23:16 +0200
commit25642cff3692d9012796a892d2b2cbcdcd63409a (patch)
treefb11ffc84135a1c01ec8422749ffcc3fc90d826d /src/rlgl.h
parentcd61463d23263ffb8d2d87846f38c83c6d0d5cd4 (diff)
downloadraylib-25642cff3692d9012796a892d2b2cbcdcd63409a.tar.gz
raylib-25642cff3692d9012796a892d2b2cbcdcd63409a.zip
Update comments for OpenGL 4.3
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 0d8258c1..4edd26d4 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -2,7 +2,7 @@
*
* rlgl v4.0 - A multi-OpenGL abstraction layer with an immediate-mode style API
*
-* An abstraction layer for multiple OpenGL versions (1.1, 2.1, 3.3 Core, ES 2.0)
+* An abstraction layer for multiple OpenGL versions (1.1, 2.1, 3.3 Core, 4.3 Core, ES 2.0)
* that provides a pseudo-OpenGL 1.1 immediate-mode style API (rlVertex, rlTranslate, rlRotate...)
*
* When chosing an OpenGL backend different than OpenGL 1.1, some internal buffer are
@@ -80,7 +80,7 @@
* DEPENDENCIES:
*
* - OpenGL libraries (depending on platform and OpenGL version selected)
-* - GLAD OpenGL extensions loading library (only for OpenGL 3.3 Core)
+* - GLAD OpenGL extensions loading library (only for OpenGL 3.3 Core, 4.3 Core)
*
*
* LICENSE: zlib/libpng