csharp
public readonly record struct WgpuComputePipelineDescriptorWhat 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 LayoutThe bind group layouts and their order.
public WebGpuObject ModuleThe compute shader module.
public string EntryPointIts entry point.
public string LabelA 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