UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

5 lines 211 B
export type PreprocessorOptions = { defines?: Record<string, boolean>; }; export declare function preprocess(source: string, options?: PreprocessorOptions): string; //# sourceMappingURL=preprocessor.d.ts.map