Quantcast
Channel: Swiftless Tutorials » OpenGL | Swiftless Tutorials
Viewing all articles
Browse latest Browse all 10

4. OpenGL 4 Vertex Array Objects (VAO)

$
0
0
OpenGL 3.x and OpenGL 4.x deprecated virtually all client side rendering calls such as glEnable(GL_TRIANGLES) and glVertex3f, so how do we render things these days?. This tutorial will show you how to use Vertex Array Objects and Vertex Buffer Objects to render in compliance with OpenGL 3.x and up at blistering speeds compared to previous rendering methods in OpenGL.

Viewing all articles
Browse latest Browse all 10

Trending Articles