pixi.js
    Preparing search index...

    Interface InstructionAdvanced

    An instruction that can be executed by the renderer

    interface Instruction {
        action?: string;
        canBundle: boolean;
        renderPipeId: string;
    }

    Implemented by

    Index

    Properties

    action?: string

    the name of the instruction

    canBundle: boolean

    true if this instruction can be compiled into a WebGPU bundle

    renderPipeId: string

    a the id of the render pipe that can run this instruction