@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.
6 lines • 368 B
TypeScript
import type { CodePattern } from "./types.js";
export declare const DEFAULT_PATTERNS: CodePattern[];
export declare const INDICES_HELPER_PATTERNS: [string, CodePattern][];
export declare function lookupPattern(name: string): CodePattern | undefined;
export declare function createParamPattern(name: string): CodePattern;
//# sourceMappingURL=code-pattern-impl.d.ts.map