Class GPURenderPipeline
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The GPURenderPipeline interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} represents a pipeline that controls the vertex and fragment shader stages and can be used in a GPURenderPassEncoder or GPURenderBundleEncoder.
[Value("GPURenderPipeline")]
public class GPURenderPipeline
- Inheritance
-
GPURenderPipeline
- Inherited Members
Remarks
A GPURenderPipeline object instance can be created using the CreateRenderPipeline(GPURenderPipelineDescriptor) or CreateRenderPipelineAsync(GPURenderPipelineDescriptor) methods.
-The WebGPU API
Constructors
GPURenderPipeline()
public GPURenderPipeline()