Table of Contents

Class GPUBindGroup

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The GPUBindGroup interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} is based on a GPUBindGroupLayout and defines a set of resources to be bound together in a group and how those resources are used in shader stages.

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

Remarks

A GPUBindGroup object instance is created using the CreateBindGroup(GPUBindGroupDescriptor) method.

-The WebGPU API

See also on MDN

Constructors

GPUBindGroup()

public GPUBindGroup()