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

x/caviar/deps.ts>WebGLProgram

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
class WebGLProgram
extends WebGLObject
import { WebGLProgram } from "https://deno.land/x/caviar@2.6.6/deps.ts";

Combination of two compiled WebGLShaders consisting of a vertex shader and a fragment shader (both written in GLSL).