summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.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/raylib.h
parentcd61463d23263ffb8d2d87846f38c83c6d0d5cd4 (diff)
downloadraylib-25642cff3692d9012796a892d2b2cbcdcd63409a.tar.gz
raylib-25642cff3692d9012796a892d2b2cbcdcd63409a.zip
Update comments for OpenGL 4.3
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index cabd58ea..6a9170be 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -7,7 +7,7 @@
* - Multiplatform: Windows, Linux, FreeBSD, OpenBSD, NetBSD, DragonFly,
* MacOS, Haiku, Android, Raspberry Pi, DRM native, HTML5.
* - Written in plain C code (C99) in PascalCase/camelCase notation
-* - Hardware accelerated with OpenGL (1.1, 2.1, 3.3 or ES2 - choose at compile)
+* - Hardware accelerated with OpenGL (1.1, 2.1, 3.3, 4.3 or ES2 - choose at compile)
* - Unique OpenGL abstraction layer (usable as standalone module): [rlgl]
* - Multiple Fonts formats supported (TTF, XNA fonts, AngelCode fonts)
* - Outstanding texture formats support, including compressed formats (DXT, ETC, ASTC)