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

x/glsl_variables/parser.ts>isInputVariable

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

This function returns true if a GLSLVariable is not an "out" variable.