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

x/gluten/src/webgl/object.ts>WebGLProgram

OpenGL bindings & WebGL API implementation for Deno.
Go to Latest
class WebGLProgram
extends WebGLObject
import { WebGLProgram } from "https://deno.land/x/gluten@0.1.6/src/webgl/object.ts";

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