wgsl_reflect
Version:
WGSL Parser and Reflection library
10 lines (9 loc) • 327 B
TypeScript
export * from "./wgsl_ast.js";
export * from "./wgsl_parser.js";
export * from "./wgsl_reflect.js";
export * from "./wgsl_scanner.js";
export * from "./wgsl_exec.js";
export * from "./wgsl_debug.js";
export * from "./exec/race_detector.js";
export * from "./exec/fragment_quad.js";
export * from "./analysis/perf_analyzer.js";