UNPKG

@thi.ng/shader-ast

Version:

DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets

2 lines 246 B
export type Tag = "arg" | "array_init" | "assign" | "call" | "call_i" | "ctrl" | "decl" | "fn" | "for" | "idx" | "idxm" | "if" | "lit" | "op1" | "op2" | "ret" | "scope" | "swizzle" | "sym" | "ternary" | "while"; //# sourceMappingURL=tags.d.ts.map