csharp
public enum AdapterKindWhat kind of GPU an adapter is.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
UnknownThe driver did not say.
DiscreteA separate card with its own memory.
IntegratedPart of the CPU package, sharing system memory.
SoftwareA software implementation — lavapipe, WARP, softpipe.
Used by (18)
- SampleLogPbrShowcase
- SampleLogHelloTriangle
- SampleLogVirtualGeometry
- SampleLogVideoPlayback
- __SceneReadyStructPbrShowcase
- AdapterCandidateVixen.Graphics.Vulkan
- AdapterSelectionVixen.Graphics.Vulkan
- AdapterSelectionTestsVixen.Graphics.Vulkan.Tests
- GlAdapterVixen.Graphics.OpenGL
- HostLogVixen.App.Hosting
- IGraphicsAdapterVixen.Graphics
- NullAdapterVixen.Graphics.Null
- NullDeviceTestsVixen.Graphics.Null.Tests
- VulkanAdapterVixen.Graphics.Vulkan
- VulkanFeatureTestsVixen.Graphics.Vulkan.Tests
- VulkanFeaturesVixen.Graphics.Vulkan
- WebGpuAdapterVixen.Graphics.WebGPU
- WebGpuDeviceTestsVixen.Graphics.WebGPU.Tests