Table of Contents

Class GPUPipelineLayout

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The GPUPipelineLayout interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} defines the GPUBindGroupLayouts used by a pipeline. GPUBindGroups used with the pipeline during command encoding must have compatible GPUBindGroupLayouts.

[Value("GPUPipelineLayout")]
public class GPUPipelineLayout
Inheritance
GPUPipelineLayout
Inherited Members

Remarks

A GPUPipelineLayout object instance is created using the CreatePipelineLayout(GPUPipelineLayoutDescriptor) method.

-The WebGPU API

See also on MDN

Constructors

GPUPipelineLayout()

public GPUPipelineLayout()