From cd3871e7a41eb516ab85a4b13203daa22257d8bf Mon Sep 17 00:00:00 2001 From: Mark Collins Date: Thu, 25 Apr 2024 12:49:22 +0000 Subject: [PATCH] docs/features: Add VK_EXT_map_memory_placed This extension has been implemented in quite a few mesa drivers over time but never added to `features.txt`. Signed-off-by: Mark Collins Part-of: --- docs/features.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features.txt b/docs/features.txt index 14046a3765c..4252e44049c 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -663,6 +663,7 @@ Khronos extensions that are not part of any Vulkan version: VK_EXT_depth_clamp_zero_one DONE (anv, radv) VK_INTEL_shader_integer_functions2 DONE (anv, hasvk, radv) VK_KHR_map_memory2 DONE (anv, nvk, radv, tu) + VK_EXT_map_memory_placed DONE (anv, nvk, radv, tu)