Chartbreaker
    Preparing search index...

    Interface GPUComputePipelineDescriptor

    interface GPUComputePipelineDescriptor {
        compute: GPUProgrammableStage;
        label?: string;
        layout: "auto" | GPUPipelineLayout;
    }

    Hierarchy (View Summary)

    Index
    label?: string
    layout: "auto" | GPUPipelineLayout