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

Binding a VBO

We already know how to do this:

gl.bindBuffer(gl.ARRAY_BUFFER, myBuffer);

Where myBuffer is the buffer we want to map.