Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VulkanDevice: Add additional semaphore on swap chain
We don't actually need +1 semaphores, or, more than one really. But, the validation layer gets cranky if we don't fence wait before the next image acquire. So, add an additional semaphore to ensure that we're never acquiring before fence waiting.
- Loading branch information