From c8061bd8c70f76f2d6decbc563b84d5935c9e658 Mon Sep 17 00:00:00 2001 From: Nir Ekhauz Date: Tue, 21 Oct 2025 15:21:58 +0000 Subject: [PATCH] Support VK_KHR_present_mode_fifo_latest_ready Support the promoted present_mode_fifo_latest_ready extension. Change-Id: I92d27aa39553707cd36d7fb7067ffae82f2d95cd Signed-off-by: Nir.Ekhauz --- README.md | 11 ++++++----- layer/VkLayer_window_system_integration.json | 4 ++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index de8db33..ea8c438 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,15 @@ implements the following extensions: * VK_KHR_shared_presentable_image * VK_EXT_image_compression_control_swapchain * VK_KHR_present_id - * VK_KHR_present_wait - * VK_EXT_swapchain_maintenance1 - * VK_EXT_present_mode_fifo_latest_ready (For Headless and Wayland only) * VK_KHR_present_id2 - * VK_KHR_swapchain_mutable_format (For Headless and Wayland only) + * VK_KHR_present_wait * VK_KHR_present_wait2 + * VK_EXT_swapchain_maintenance1 * VK_KHR_swapchain_maintenance1 - + * VK_EXT_present_mode_fifo_latest_ready (For Headless and Wayland only) + * VK_KHR_present_mode_fifo_latest_ready (For Headless and Wayland only) + * VK_KHR_swapchain_mutable_format (For Headless and Wayland only) + ## Building ### Dependencies diff --git a/layer/VkLayer_window_system_integration.json b/layer/VkLayer_window_system_integration.json index b90a8d9..3a3d386 100644 --- a/layer/VkLayer_window_system_integration.json +++ b/layer/VkLayer_window_system_integration.json @@ -82,6 +82,10 @@ "name": "VK_EXT_present_mode_fifo_latest_ready", "spec_version": "1" }, + { + "name": "VK_KHR_present_mode_fifo_latest_ready", + "spec_version": "1" + }, { "name": "VK_KHR_swapchain_mutable_format", "spec_version": "1"