csharp
public readonly record struct WebGpuAdapterInfoWhat a WebGPU implementation says about the adapter it is running on.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public string NameIts name.
public WgpuAdapterType KindWhat kind of device it is.
public string DriverDescriptionThe driver's own description, for logs and bug reports.
Methods (1)
public WebGpuAdapterInfo(string Name, WgpuAdapterType Kind, string DriverDescription)What a WebGPU implementation says about the adapter it is running on.
Used by (5)
- FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
- IWebGpuBindingVixen.Graphics.WebGPU
- NativeWebGpuBindingVixen.Graphics.WebGPU
- WebGpuAdapterVixen.Graphics.WebGPU
- WebGpuDeviceVixen.Graphics.WebGPU