Interface gpuGPUComputePipeline

interface gpuGPUComputePipeline {
    getBindGroupLayout(index): gpuGPUBindGroupLayout;
}

Methods