sdfsdfs
This commit is contained in:
12
node_modules/pixi.js/lib/rendering/renderers/shared/instructions/Instruction.d.ts
generated
vendored
Normal file
12
node_modules/pixi.js/lib/rendering/renderers/shared/instructions/Instruction.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* An instruction that can be executed by the renderer
|
||||
* @memberof rendering
|
||||
*/
|
||||
export interface Instruction {
|
||||
/** a the id of the render pipe that can run this instruction */
|
||||
renderPipeId: string;
|
||||
/** the name of the instruction */
|
||||
action?: string;
|
||||
/** true if this instruction can be compiled into a WebGPU bundle */
|
||||
canBundle: boolean;
|
||||
}
|
Reference in New Issue
Block a user