aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2015-01-02 20:58:06 +0100
committerraysan5 <raysan5@gmail.com>2015-01-02 20:58:06 +0100
commit8847602061d964592c468757eb535770771af1f0 (patch)
treef9f38b6d214dc7981c20a749009d80fc948a2214 /src
parente6bc655d6acf69daeff084829cfee08aba9a71a8 (diff)
downloadraylib-8847602061d964592c468757eb535770771af1f0.tar.gz
raylib-8847602061d964592c468757eb535770771af1f0.zip
Examples review...
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 5fa9c486..b42b388b 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -5,7 +5,7 @@
* raylib now uses OpenGL 1.1 style functions (rlVertex) that are mapped to selected OpenGL version:
* OpenGL 1.1 - Direct map rl* -> gl*
* OpenGL 3.3+ - Vertex data is stored in VAOs, call rlglDraw() to render
-* OpenGL ES 2 - Same behaviour as OpenGL 3.3+
+* OpenGL ES 2 - Vertex data is stored in VBOs or VAOs (when available), call rlglDraw() to render
*
* Copyright (c) 2014 Ramon Santamaria (Ray San - raysan@raysanweb.com)
*