Vixen
02b45cc4
csharp
public readonly record struct WgpuPipelineLayoutDescriptor

What 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[] BindGroupLayouts

    The group layouts, in group order.

  • public string Label

    A 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