Replay may be incorrect if a Vulkan fence was waited on with a non-inf timeout.
Open
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.