GPUPipelineBase

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

§Methods

§
getBindGroupLayout(index: number): GPUBindGroupLayout
[src]