csharp
public readonly record struct WebGpuDeviceOptionsWhat to create a WebGPU device as.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public int FramesInFlightHow many frames may be recorded before the first has to have finished.
public ILogger? LoggerWhere the backend logs.
public int PushConstantSlotsPerFrameHow many push-constant writes one frame may make.
Methods (1)
public WebGpuDeviceOptions()What to create a WebGPU device as.
Used by (3)
- WebGpuDeviceVixen.Graphics.WebGPU
- WebGpuDeviceTestsVixen.Graphics.WebGPU.Tests
- WebGpuRequirementVixen.Graphics.WebGPU.Tests