This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add synchronization2_timeline_semaphore_simple
- Loading branch information
Showing
4 changed files
with
64 additions
and
90 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
8 changes: 3 additions & 5 deletions
8
application_sandbox/synchronization2_timeline_semaphore_simple/README.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
# Timeline Semaphore Simple | ||
# Timeline Semaphore Simple (VK_KHR_synchronization2 version) | ||
|
||
Draws a simple cube on the screen. Inserts a timeline semaphore between | ||
the VkAcquireNextImage and main Submission, and uses the same timeline | ||
semaphore between the main submission and a dummy submission to signal | ||
VkQueuePresentKHR. | ||
This is based on the timeline_semaphore_simple sample, using the VK_KHR_synchronization2 | ||
extension. Specifically, this uses the vkQueueSubmit2KHR and VkSemaphoreSubmitInfoKHR. |
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