diff options
Diffstat (limited to 'sdl/GL_notes.txt')
| -rw-r--r-- | sdl/GL_notes.txt | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/sdl/GL_notes.txt b/sdl/GL_notes.txt index c4d71fe..a370290 100644 --- a/sdl/GL_notes.txt +++ b/sdl/GL_notes.txt @@ -41,4 +41,8 @@ Terms  OBJ Loader  - glGenTextures()  - glBindTextures()  -   + +Pipeline +- Display Lists: precompile series of OpenGL commands (static) +- Vertex Array: modifiable, gets rid of glBegin() and glEnd() ? +  | 
