UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

11 lines (8 loc) 242 B
export const DECLARATION_INJECT_MARKER = '__LUMA_INJECT_DECLARATIONS__'; export default function injectShader( source: any, type: any, inject: any, injectStandardStubs?: any ): any; export function combineInjects(injects: any): {};