interface dom.WebGLFramebuffer
implements WebGLObject
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { WebGLFramebuffer } = dom;
Part of the WebGL API and represents a collection of buffers that serve as a rendering destination.