diff options
| author | raysan5 <raysan5@gmail.com> | 2015-01-02 20:58:06 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-01-02 20:58:06 +0100 |
| commit | 8847602061d964592c468757eb535770771af1f0 (patch) | |
| tree | f9f38b6d214dc7981c20a749009d80fc948a2214 /src | |
| parent | e6bc655d6acf69daeff084829cfee08aba9a71a8 (diff) | |
| download | raylib-8847602061d964592c468757eb535770771af1f0.tar.gz raylib-8847602061d964592c468757eb535770771af1f0.zip | |
Examples review...
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) * |
