mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-28 02:11:43 +00:00
* 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