pixi-jsInterfaces
Interface: Instruction
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/instructions/Instruction.d.ts:6
An instruction that can be executed by the renderer
Advanced
Extended by
Properties
action?
> optional action?: string
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/instructions/Instruction.d.ts:10
the name of the instruction
canBundle
> canBundle: boolean
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/instructions/Instruction.d.ts:12
true if this instruction can be compiled into a WebGPU bundle
renderPipeId
> renderPipeId: string
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/instructions/Instruction.d.ts:8
a the id of the render pipe that can run this instruction