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 full)
Index
Properties
Methods
Methods
getBindGroupLayout
- get
Bind (index): GPUBindGroupLayoutGroup Layout Gets a GPUBindGroupLayout that is compatible with the GPUPipelineBase's GPUBindGroupLayout at
index
.Parameters
- index: number
Index into the pipeline layout's GPUPipelineLayout#[[bindGroupLayouts]] sequence.
Returns GPUBindGroupLayout
- index: number
Nominal type branding. https://github.com/microsoft/TypeScript/pull/33038