Vixen
02b45cc4
csharp
public readonly record struct WebGpuDeviceOptions

What 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 FramesInFlight

    How many frames may be recorded before the first has to have finished.

  • public ILogger? Logger

    Where the backend logs.

  • public int PushConstantSlotsPerFrame

    How 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