UNPKG

@thi.ng/shader-ast

Version:

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

3 lines 140 B
export type Precision = "lowp" | "mediump" | "highp"; export type Interpolation = "smooth" | "flat"; //# sourceMappingURL=precision.d.ts.map