Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/glsl_variables/parser.ts>InputGLSLVariable

Read a GLSL string and return a parsed list of its variables. Only supports WebGL 2.0.
Latest
interface InputGLSLVariable
implements GLSLVariable
import { type InputGLSLVariable } from "https://deno.land/x/glsl_variables@v1.0.2/parser.ts";

A subset of the GLSLVariable that only allows the strings "uniform" and "in" as qualifiers

Properties

qualifier: "uniform" | "in"