Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}
;