class WebGLProgram
extends WebGLObject
import { WebGLProgram } from "https://deno.land/x/gluten@0.1.9/src/webgl/mod.ts";
Combination of two compiled WebGLShaders consisting of a vertex shader and a fragment shader (both written in GLSL).
import { WebGLProgram } from "https://deno.land/x/gluten@0.1.9/src/webgl/mod.ts";
Combination of two compiled WebGLShaders consisting of a vertex shader and a fragment shader (both written in GLSL).