UNPKG

@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 356 B
import type { Loader } from "./types.js"; /** * NodeLoader is an implementation of the Loader interface that uses Node.js APIs * to load template files from the filesystem. It provides methods to scan directories * for template files and load their contents into memory. */ export declare const loader: Loader; //# sourceMappingURL=loader-impl.d.ts.map