csharp
public readonly record struct WgpuPipelineLayoutDescriptorWhat to create a pipeline layout as.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public WebGpuObject[] BindGroupLayoutsThe group layouts, in group order.
public string LabelA name for the debugger.
Methods (1)
public WgpuPipelineLayoutDescriptor(WebGpuObject[] BindGroupLayouts, string Label = "")What to create a pipeline layout as.
Used by (3)
- FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
- IWebGpuBindingVixen.Graphics.WebGPU
- NativeWebGpuBindingVixen.Graphics.WebGPU