- Real-Time 3D Graphics with WebGL 2
- Farhad Ghayour Diego Cantor
- 44字
- 2021-06-10 19:42:53
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.