csharp
public readonly record struct NativeWebGpuOptionsWhat 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 SurfaceA surface a swapchain will be created for.
public WgpuPowerPreference PowerPreferenceWhich adapter to prefer.
public ILogger? LoggerWhere 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