Skip to main content
Module

x/gluten/src/webgl/object.ts

OpenGL bindings & WebGL API implementation for Deno.
Go to Latest
import * as gluten from "https://deno.land/x/gluten@0.1.3/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.