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