From 7794fdcbc50994c1104678e07fc335d1c3f73ac0 Mon Sep 17 00:00:00 2001 From: Rua Date: Wed, 14 Feb 2024 13:48:32 +0100 Subject: [PATCH] maintenance4 is partially supported --- COVERAGE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/COVERAGE.md b/COVERAGE.md index 8b42c3c8..54aaf88e 100644 --- a/COVERAGE.md +++ b/COVERAGE.md @@ -117,12 +117,15 @@ Coverage of support for Vulkan core features and extensions in Vulkano, as of th - [`VK_KHR_dynamic_rendering`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_dynamic_rendering.html) - Suspend/resume +- [`VK_KHR_maintenance4`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_maintenance4.html) + - `maxBufferSize` limit + - `vkGetDeviceBufferMemoryRequirementsKHR`, `vkGetDeviceImageMemoryRequirementsKHR`, `vkGetDeviceImageSparseMemoryRequirementsKHR` + - Push constant initialization - [`VK_KHR_synchronization2`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_synchronization2.html) - `vkQueueSubmit2KHR` / `VkSemaphoreSubmitInfoKHR` (missing parameters related to device groups) ### Unsupported -- [`VK_KHR_maintenance4`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_maintenance4.html) - [`VK_EXT_pipeline_creation_cache_control`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_pipeline_creation_cache_control.html) - [`VK_EXT_pipeline_creation_feedback`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_pipeline_creation_feedback.html)