From 1bed67dc3a9662a31055dbaca994e2515d08642b Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 4 Jul 2023 09:58:40 +0300 Subject: [PATCH] docs/features: add more missing extensions Signed-off-by: Lionel Landwerlin Acked-by: Emma Anholt Part-of: --- docs/features.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/features.txt b/docs/features.txt index 73273e1..9980b73 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -638,6 +638,9 @@ Khronos extensions that are not part of any Vulkan version: VK_ARM_rasterization_order_attachment_access DONE (lvp, tu) VK_EXT_mutable_descriptor_type DONE (anv, lvp, radv, tu, vn) VK_EXT_swapchain_colorspace DONE (radv, anv, tu) + VK_EXT_depth_clamp_zero_one DONE (anv) + VK_INTEL_shader_integer_functions2 DONE (anv) + VK_KHR_map_memory2 DONE (anv, radv) -- 2.7.4