From 61dbbef491835c1ceca14a0c5af6f46781c4f768 Mon Sep 17 00:00:00 2001 From: Iason Paraskevopoulos Date: Thu, 26 Sep 2024 14:09:05 +0100 Subject: [PATCH] Extend README with implemented extensions by the layer Change-Id: Ifb80ad8a28e1d529cc527bab0d3888916a15b4a2 Signed-off-by: Iason Paraskevopoulos --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9503596..32745b4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@ The project currently implements support for `VK_EXT_headless_surface` and its dependencies. Experimental support for `VK_KHR_wayland_surface` can be enabled via a build option [as explained below](#building-with-wayland-support). +### Implemented VulkanĀ® extensions + +The VulkanĀ® WSI Layer in addition to the window system integration extensions +implements the following extensions: +* Instance extensions + * VK_KHR_get_surface_capabilities2 +* Device extensions + * VK_KHR_shared_presentable_image + * VK_EXT_image_compression_control_swapchain + * VK_KHR_present_id + ## Building ### Dependencies