GPUComputePipeline
The GPUComputePipeline interface of the WebGPU API represents a pipeline that controls the compute shader stage and can be used in a GPUComputePassEncoder.
Available only in secure contexts.
Extends
Methods
getBindGroupLayout()
getBindGroupLayout(index): GPUBindGroupLayout;
Parameters
| Parameter | Type |
|---|---|
index | number |
Returns
Inherited from
GPUPipelineBase.getBindGroupLayout
Properties
label
label: string;