Interface GPUPipelineBase
Hierarchy
- GPUPipelineBase (View Summary)
Index
Methods
Methods
getBindGroupLayout
- getBindGroupLayout(index: number): GPUBindGroupLayout
Parameters
- index: number
Index into the pipeline layout's GPUPipelineLayout#[[bindGroupLayouts]] sequence.
Returns GPUBindGroupLayout
- index: number
Gets a GPUBindGroupLayout that is compatible with the GPUPipelineBase's GPUBindGroupLayout at
index
.