Vixen
02b45cc4
csharp
public enum AdapterKind

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

  • Unknown

    The driver did not say.

  • Discrete

    A separate card with its own memory.

  • Integrated

    Part of the CPU package, sharing system memory.

  • Software

    A 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