- Real-Time 3D Graphics with WebGL 2
- Farhad Ghayour Diego Cantor
- 23字
- 2021-06-10 19:42:55
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.
We already know how to do this:
gl.bindBuffer(gl.ARRAY_BUFFER, myBuffer);
Where myBuffer is the buffer we want to map.