UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

7 lines 416 B
import { ShaderModule } from "../../../lib/shader-module/shader-module.js"; export type WGSLGenerationOptions = { shaderLanguage: 'wgsl'; }; export declare function generateWGSLForModule(module: ShaderModule, options: WGSLGenerationOptions): string; export declare function generateWGSLUniformDeclarations(module: ShaderModule, options: WGSLGenerationOptions): string; //# sourceMappingURL=generate-wgsl.d.ts.map