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

x/glsl_variables/parser.ts>OutputGLSLVariable

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

A subset of the GLSLVariable that only allows the string "out" as a qualifier

Properties

qualifier: "out"