-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change captures a lot of the recent feedback we had during the SI meetings and suggestions from comments in this MR: - Remove VkSwapchainPresentTimingCreateInfo and move relative present timing as per-present parameter. - Internal results queue size is allocated with a new dedicated API: vkSetSwapchainPresentTimingQueueSizeEXT. This allows applications to resize it without recreating the swapchain. - Time domains are associated with a unique identifier to allow multiple swapchain-local time domains of the same scope to coexist. - Variable refresh rate boolean flag is now a duration indicating the delay in "reaction" of the presentation engine to a new image. This is meant to support technologies such as dVRR which can quickly adjust their refresh cycles. - Squash the appendix' revision history. - Add various details in the proposal document
- Loading branch information
Showing
7 changed files
with
255 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.