Vixen
02b45cc4
csharp
public readonly record struct WebGpuAdapterInfo

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

    Its name.

  • public WgpuAdapterType Kind

    What kind of device it is.

  • public string DriverDescription

    The 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