@fs-eire/wgsl-template
Version:
A powerful template system for generating WGSL (WebGPU Shading Language) code with support for parameters, conditionals, and multiple output formats including C++ code generation.
8 lines • 352 B
TypeScript
import type { Parser } from "./types.js";
/**
* TemplateParser is an implementation of the Parser interface that parses
* WGSL template files and converts raw content into structured segments.
* It identifies preprocessor directives, comments, and raw text segments.
*/
export declare const parser: Parser;
//# sourceMappingURL=parser-impl.d.ts.map