mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-04 22:01:07 +00:00
* It's possible that a frame capture could copy from a query and then reset it, without then recording something valid into the query. Then the next replay the copy would be unavailable and if WAIT_BIT is set that would lead to a device lost. * We already fill out queries with dummy valid data on create time, so now we record any queries that are reset and re-fill them with valid data again.