maintenance4 is partially supported

This commit is contained in:
Rua 2024-02-14 13:48:32 +01:00 committed by GitHub
parent f27a0431ca
commit 7794fdcbc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)