Interface GPUComputePipeline

    interface GPUComputePipeline {
        __brand: "GPUComputePipeline";
        label: string;
        getBindGroupLayout(index: number): GPUBindGroupLayout;
    }
    Hierarchy

    Properties

    Methods

    Properties

    __brand: "GPUComputePipeline"
    label: string

    Methods