Vixen
02b45cc4
csharp
public readonly record struct WgpuComputePipelineDescriptor

What to compile a compute pipeline from.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public WebGpuObject Layout

    The bind group layouts and their order.

  • public WebGpuObject Module

    The compute shader module.

  • public string EntryPoint

    Its entry point.

  • public string Label

    A name for the debugger.

Methods (1)

  • public WgpuComputePipelineDescriptor(WebGpuObject Layout, WebGpuObject Module, string EntryPoint, string Label = "")

    What to compile a compute pipeline from.

Used by (3)

  • FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
  • IWebGpuBindingVixen.Graphics.WebGPU
  • NativeWebGpuBindingVixen.Graphics.WebGPU