Files
nothoughts/node_modules/pixi.js/lib/rendering/high-shader/compiler/utils/injectBits.d.ts
2025-08-04 18:57:35 +02:00

7 lines
286 B
TypeScript

/**
* takes a shader src and replaces any hooks with the HighFragment code.
* @param templateSrc - the program src template
* @param fragmentParts - the fragments to inject
*/
export declare function injectBits(templateSrc: string, fragmentParts: Record<string, string[]>): string;