vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first
[mesa.git] / src / vulkan / wsi / wsi_common.h
index 704c1abd809fda906f90f384851c2273145f9085..3e3f79b1a4a92cee4fe595c60963a401ccce52b4 100644 (file)
@@ -112,6 +112,7 @@ struct wsi_device {
    bool supports_modifiers;
    uint32_t maxImageDimension2D;
    VkPresentModeKHR override_present_mode;
+   bool force_bgra8_unorm_first;
 
    /* Whether to enable adaptive sync for a swapchain if implemented and
     * available. Not all window systems might support this. */