sdfsdfs
This commit is contained in:
6
node_modules/pixi.js/lib/rendering/high-shader/compiler/utils/injectBits.d.ts
generated
vendored
Normal file
6
node_modules/pixi.js/lib/rendering/high-shader/compiler/utils/injectBits.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 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;
|
Reference in New Issue
Block a user