Vixen
02b45cc4
csharp
public readonly record struct NativeWebGpuOptions

What to create a native WebGPU binding as.

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

Fields and properties (3)

  • public SurfaceHandle Surface

    A surface a swapchain will be created for.

  • public WgpuPowerPreference PowerPreference

    Which adapter to prefer.

  • public ILogger? Logger

    Where the backend logs.

Methods (1)

  • public NativeWebGpuOptions()

    What to create a native WebGPU binding as.

Used by (4)

  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuDeviceVixen.Graphics.WebGPU
  • WebGpuRequirementVixen.Graphics.WebGPU.Tests
  • GraphicsHostVixen.App