vulkan: bump headers/registry to 1.1.127
[mesa.git] / src / vulkan / wsi / wsi_common.h
index b00fc3c18574fa404850cc0c7d1b4ed27285e835..064b16a5e7ab14f686e7dd0d12996519ed9a7d28 100644 (file)
@@ -113,6 +113,11 @@ struct wsi_device {
       /* Override the minimum number of images on the swapchain.
        * 0 = no override */
       uint32_t override_minImageCount;
+
+      /* Forces strict number of image on the swapchain using application
+       * provided VkSwapchainCreateInfoKH::RminImageCount.
+       */
+      bool strict_imageCount;
    } x11;
 
    uint64_t (*image_get_modifier)(VkImage image);