sdfsdfs
This commit is contained in:
6
node_modules/pixi.js/lib/rendering/high-shader/compiler/utils/compileHooks.d.ts
generated
vendored
Normal file
6
node_modules/pixi.js/lib/rendering/high-shader/compiler/utils/compileHooks.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare const findHooksRx: RegExp;
|
||||
/**
|
||||
* takes a program string and returns an hash mapping the hooks to empty arrays
|
||||
* @param programSrc - the program containing hooks
|
||||
*/
|
||||
export declare function compileHooks(programSrc: string): Record<string, string[]>;
|
Reference in New Issue
Block a user