- Real-Time 3D Graphics with WebGL 2
- Farhad Ghayour Diego Cantor
- 44字
- 2025-04-04 15:56:02
Index Buffer Objects (IBOs)
While VBOs contain vertices describing a geometry, IBOs contain information about the relationship of the vertices as the rendering pipeline constructs the drawing type primitives. It uses the index of each vertex in the vertex buffer as a value.