Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/shader_canvas/core/common/program_class.ts>InitializeBufferFunction

A rendering engine where you can write WebGL 2.0 shaders using custom tags.
Latest
type alias InitializeBufferFunction
import { type InitializeBufferFunction } from "https://deno.land/x/shader_canvas@v1.1.1/core/common/program_class.ts";
definition: (
gl: WebGL2RenderingContext,
buffers: WebGLBuffers,
) => BufferRenderer | void