Using Vertex Buffer Objects

nVidia recently released a whitepaper outlining the proper usage of vertex buffer objects in OpenGL. A vertex buffer object (VBO) is a powerful extension that allows programmers to store certain data in high-performance memory (AGP memory). This allows for significant perofrmance gain in contrast with typical vertex calls (glVertex3f).

The article can be found at: http://developer.nvidia.com/object/using_VBOs.html

Comments

No comments have been made yet.

Add New Comment

Please Log in or register now to post a comment.
Copyright 2011 DevMaster. All rights reserved. (rev: 994f941)