Class GPUBindGroupLayout
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The GPUBindGroupLayout interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} defines the structure and purpose of related GPU resources such as buffers that will be used in a pipeline, and is used as a template when creating GPUBindGroups.
[Value("GPUBindGroupLayout")]
public class GPUBindGroupLayout
- Inheritance
-
GPUBindGroupLayout
- Inherited Members
Remarks
A GPUBindGroupLayout object instance is created using the CreateBindGroupLayout(GPUBindGroupLayoutDescriptor) method.
-The WebGPU API
Constructors
GPUBindGroupLayout()
public GPUBindGroupLayout()