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