-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vk: Refactor command buffers to include protected buffers (#8246)
By providing a queue and the family index, we can now create protected comand buffers that will be submitted to a protected queue. The main abstraction is in VulkanCommands.h where we introduced a CommandBufferPool. Also did refactor on the "mStorage", fences, and semaphores of the original VulkanCommands so that each buffer is associated with one fence and one semaphore.
- Loading branch information
1 parent
b8551e5
commit 46dc9e7
Showing
6 changed files
with
419 additions
and
357 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
Oops, something went wrong.