Skip to main content
Module

x/commandis/mod.ts>dom.WebGLRenderbuffer

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.WebGLRenderbuffer
implements WebGLObject
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { WebGLRenderbuffer } = dom;

Part of the WebGL API and represents a buffer that can contain an image, or can be source or target of an rendering operation.