WebGLBuffer
Part of the WebGL API and represents an opaque buffer object storing data such as vertices or colors.
interface WebGLBuffer {}
var WebGLBuffer: {
prototype: WebGLBuffer;
new (): WebGLBuffer;
};Part of the WebGL API and represents an opaque buffer object storing data such as vertices or colors.