Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>WebGLProgram

Deno Standard Extensions
Go to Latest
interface WebGLProgram
import { type WebGLProgram } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

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).