-
Notifications
You must be signed in to change notification settings - Fork 498
Open
Description
These extensions resolve a number of long-standing issues with Vulkan's WSI extensions. It is now possible to:
- Know when resources associated with a present operation can be destroyed
- Release acquired images back to swapchain without presenting them
- Specify scaling when creating the swapchain
- Defer swapchain memory allocation to acquire
- Switch present modes without recreating the swapchain
The task list for the VK_KHR_surface_maintenance1 and VK_KHR_swapchain_maintenance1 release is:
- Vulkan Specification: https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_surface_maintenance1.html and https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_swapchain_maintenance1.html
- Conformance tests released:
- SDK released:
As each component is made public, the task will be checked off. When all tasks have been completed this issue will be closed and the extension will be fully released.
Metadata
Metadata
Assignees
Labels
No labels