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

WebGLRenderbuffer

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

interface WebGLRenderbuffer {}
var WebGLRenderbuffer: {
prototype: WebGLRenderbuffer;
}
;