Skip to main content
Module

x/evt/mod.ts>dom.WebGLProgram

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.WebGLProgram
implements WebGLObject
import { type dom } from "https://deno.land/x/evt@v2.4.3/mod.ts";
const { WebGLProgram } = dom;

The WebGLProgram is part of the WebGL API and is a combination of two compiled WebGLShaders consisting of a vertex shader and a fragment shader (both written in GLSL).