Real-Time 3D Graphics with WebGL 2
上QQ阅读APP看书,第一时间看更新

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.