vulkan/device_select: don't pick a cpu driver as the default
[mesa.git] / src / vulkan / device-select-layer / device_select.h
index c9483aa0b79c0850101c1d6d269b199bf23ccae9..23350707a33b0bef5460bf6af048848ea1d41c3c 100644 (file)
@@ -30,6 +30,7 @@ struct device_pci_info {
   drmPciDeviceInfo dev_info;
   drmPciBusInfo bus_info;
   bool has_bus_info;
+  bool cpu_device;
 };
 
 #ifdef VK_USE_PLATFORM_XCB_KHR