-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Queue Synchronization Validation issues (#196)
* Towards fixing everything. Most importantly these issues: KhronosGroup/Vulkan-ValidationLayers#6177 * Update cross-platform-check.yml Using Vulkan SDK 1.3.216.0 instead of 1.3.204.1. The latter is no longer available for download as it appears. * Attempted to fix sync issues in compute_image_processing.cpp with auto barriers (only able to fix them with explicit heavy barrier) * Fake news: auto barriers work * Fixed synchronization in dynamic_rendering example application * Enabling synchronization validation in multi_invokee_rendering example * Still problems in the multiple_queues example * Fixed multiple_queues example * One more synchronization hint fixes a hazard from image layout transition in orca_loader example * Fixed synchronization in vertex_buffers example * Fixed synchronizationin ray tracing examples * Not going to fix synchronization in framebuffer example and present_from_compute example, sorry bruh!
- Loading branch information
1 parent
8db61b6
commit b4762bf
Showing
9 changed files
with
33 additions
and
22 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
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
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