Interface GPUPipelineBase

    interface GPUPipelineBase {
        getBindGroupLayout(index: number): GPUBindGroupLayout;
    }
    Hierarchy

    Methods