UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

7 lines (6 loc) 286 B
/** * 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;