Vixen
02b45cc4
csharp
public enum WgpuAdapterType

What kind of device an adapter is, in WebGPU's terms.

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

Fields and properties (4)

  • DiscreteGpu

    A separate card.

  • IntegratedGpu

    Part of the CPU package.

  • Cpu

    A software implementation.

  • Unknown

    The implementation did not say. What a browser always reports.

Used by (6)

  • FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuAdapterVixen.Graphics.WebGPU
  • WebGpuAdapterInfoVixen.Graphics.WebGPU
  • WebGpuCapabilitiesVixen.Graphics.WebGPU
  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests