Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
igl | vulkan | Fixed a validation warning
Summary: ``` Validation Information: [ UNASSIGNED-BestPractices-SemaphoreCount ] | MessageID = 0x6cfe18a5 | vkQueueSubmit(): pSubmits[0].pWaitSemaphores is set, but pSubmits[0].waitSemaphoreCount is 0. UNASSIGNED-BestPractices-SemaphoreCount(INFO / SPEC): msgNum: 1828591781 - Validation Information: [ UNASSIGNED-BestPractices-SemaphoreCount ] | MessageID = 0x6cfe18a5 | vkQueueSubmit(): pSubmits[0].pWaitSemaphores is set, but pSubmits[0].waitSemaphoreCount is 0. ``` Reviewed By: mmaurer Differential Revision: D52349315 fbshipit-source-id: c85d418657d3fbf87c40d7862e0891b3e97a9172
- Loading branch information