JavaScripture
Contribute via GitHub Feedback

WebGLBuffer : Object

WebGLBuffer is memory used to store data that is passed to the shader program through attributes. WebGLBuffers are created with createBuffer() and should be destroyed with deleteBuffer() when no longer needed. See also bindBuffer(), bufferData(), bufferSubData(), isBuffer(), vertexAttribPointer() and enableVertexAttribArray().