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

WebGLFramebuffer

Part of the WebGL API and represents a collection of buffers that serve as a rendering destination.

interface WebGLFramebuffer {}
var WebGLFramebuffer: {
prototype: WebGLFramebuffer;
}
;