vulkan/wsi: Add multiple planes to wsi_image
[mesa.git] / src / vulkan / wsi / wsi_common_x11.h
index 01f1d66eeaa031b075332e9463304f3be8c6bc12..b33540856cb5e6c60e41c8a21eef0dc1718602fa 100644 (file)
@@ -30,6 +30,7 @@ VkBool32 wsi_get_physical_device_xcb_presentation_support(
     VkAllocationCallbacks *alloc,
     uint32_t                                    queueFamilyIndex,
     int local_fd,
+    bool can_handle_different_gpu,
     xcb_connection_t*                           connection,
     xcb_visualid_t                              visual_id);