Skip to main content
Module

x/gluten/mod.ts

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

Provides an interface to the OpenGL ES 2.0 graphics rendering context for the drawing surface of a dwm window.

Can either be a vertex or a fragment shader. A WebGLProgram requires both types of shaders.