import * as gluten from "https://deno.land/x/gluten@0.1.4/src/webgl/object.ts";
Classes
Represents an opaque buffer object storing data such as vertices or colors. | |
This is the parent interface for all WebGL resource objects. | |
Combination of two compiled WebGLShaders consisting of a vertex shader and a fragment shader (both written in GLSL). | |
Can either be a vertex or a fragment shader. A WebGLProgram requires both types of shaders. | |