csharp
public enum WgpuAdapterTypeWhat 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)
DiscreteGpuA separate card.
IntegratedGpuPart of the CPU package.
CpuA software implementation.
UnknownThe 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