Class GPUComputePipeline
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The GPUComputePipeline interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} represents a pipeline that controls the compute shader stage and can be used in a GPUComputePassEncoder.
[Value("GPUComputePipeline")]
public class GPUComputePipeline
- Inheritance
-
GPUComputePipeline
- Inherited Members
Remarks
A GPUComputePipeline object instance can be created using the CreateComputePipeline(GPUComputePipelineDescriptor) or CreateComputePipelineAsync(GPUComputePipelineDescriptor) methods.
-The WebGPU API
Constructors
GPUComputePipeline()
public GPUComputePipeline()