csharp
public readonly record struct WgpuBindGroupDescriptorWhat to create a bind group as.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public WebGpuObject LayoutIts shape.
public WgpuBindGroupEntry[] EntriesWhat it binds.
public string LabelA name for the debugger.
Methods (1)
public WgpuBindGroupDescriptor(WebGpuObject Layout, WgpuBindGroupEntry[] Entries, string Label = "")What to create a bind group as.
Used by (3)
- FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
- IWebGpuBindingVixen.Graphics.WebGPU
- NativeWebGpuBindingVixen.Graphics.WebGPU