mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 04:41:07 +00:00
8e2b608975
* If we only copy the slot contents without converting Vk* handles to IDs then we run the risk that the resource will be deleted and re-allocated mid frame before we do that at serialise time. * Instead we fetch IDs immediately and serialise as IDs, then look up the handles on replay