Chartbreaker
    Preparing search index...

    Interface GPUComputePipelineDescriptor

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    label?: string
    layout: "auto" | GPUPipelineLayout