What’s an OpenGL® VBO?

An OpenGL® VBO is a data structure that allows 3D objects to be stored in graphics memory, rendering quickly and using fewer resources. It combines the functionality of a vertex array and display list, and can be edited. Optimization methods include providing hints for memory location. When using the Open Graphics Library® (OpenGL®) computer graphics […]

Skip to content