Interface GPURenderPipeline
interface GPURenderPipeline {
__brand: "GPURenderPipeline";
label: string;
getBindGroupLayout(index: number): GPUBindGroupLayout;
}
__brand: "GPURenderPipeline";
label: string;
getBindGroupLayout(index: number): GPUBindGroupLayout;
}
                 
                    
                  Hierarchy
              
              - GPUObjectBase
- GPUPipelineBase- GPURenderPipeline (View Summary)
 
 Index
Properties
Methods
 Methods
getBindGroupLayout   
- getBindGroupLayout(index: number): GPUBindGroupLayout
- Gets a GPUBindGroupLayout that is compatible with the GPUPipelineBase's GPUBindGroupLayout at - index.- Parameters- index: numberIndex into the pipeline layout's GPUPipelineLayout#[[bindGroupLayouts]] sequence. 
 - Returns GPUBindGroupLayout
- index: number
Nominal type branding. https://github.com/microsoft/TypeScript/pull/33038