Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#deleteFramebuffer

OpenGL bindings & WebGL API implementation for Deno.
Go to Latest
method WebGLRenderingContext.prototype.deleteFramebuffer
import { WebGLRenderingContext } from "https://deno.land/x/gluten@0.1.4/mod.ts";

Deletes a given WebGLFramebuffer object. This method has no effect if the frame buffer has already been deleted.

Parameters

framebuffer: WebGLFramebuffer | null