In a classic scenario of priority inversion, a binary semaphore is named 'PRNT' to symbolize that it is being used to regulate the access of tasks to a printer. It is initialized with a count of one ...
vsg::RecordAndSubmitTask doesn't have separate semaphores per frame/swapchain image like vsg::Window does for image acquisition, so every frame's queued submissions signal the same semaphore, and ...