-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gpu.vulkan] passes that write to the system image will no longer do …
…the system image transition + blit->swapchain straight after their gpu work. this is because if multiple graphics passes are in a graph then they will both try to do it which is wrong. instead at the end of the graph it should do it if any writes to the system image were detected. this is now the behaviour
- Loading branch information
Showing
1 changed file
with
97 additions
and
67 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