LunarG / vktrace

Vulkan vktrace / vkreplay
Other
6 stars 8 forks source link

vkreplay: Replacement of sleep with wait for event commit missing #5

Open davidlunarg opened 6 years ago

davidlunarg commented 6 years ago

Commit 8664ed77230bafadc42c3495c4c9b962a8aed2dd changed window resize handling in vkreplay to wait for an event rather than sleep. This commit seems to have been dropped. Also, a wait for event should also be done when creating the window.