VulkanTutorial icon indicating copy to clipboard operation
VulkanTutorial copied to clipboard

Confusing naming in Frames in flight

Open DannyParker0001 opened this issue 4 years ago • 0 comments

In the Submitting the command buffer section There is submitInfo.pWaitSemaphores = waitSemaphores; then submitInfo.pSignalSemaphores = signalSemaphores; which makes sense, wait = wait, signal = signal. presentInfo.pWaitSemaphores = signalSemaphores; wait = signal and that was terrible to debug.

DannyParker0001 avatar Jul 03 '21 16:07 DannyParker0001