Ditching Immediate Mode: OpenGL Vertex Buffer Objects
- 0
- Add a Comment
Yesterday, I wrote about using vertex arrays in OpenGL as a better alternative to the deprecated immediate mode. Today I will discuss a slightly more advanced topic, the Vertex Buffer Object (VBO). The process of using them is very similar to that of using vertex arrays, except you are storing the arrays in the GPU’s [...]


