gapid
gapid copied to clipboard
Replay may be incorrect if a Vulkan fence was waited on with a non-inf timeout.
GAPID replay will re-run the VkWaitForFences as observed during the trace. This may be incorrect if WAIT_ALL was set and/or if the timeout was non infinite.
Replay should at least wait for at least the same set of synchronization primitives as this call returned.