Interface GPURenderPipeline

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

    Properties

    Methods

    Properties

    __brand: "GPURenderPipeline"
    label: string

    Methods