mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
0773f13949
* Previously if a handle was reused, and then a stale descriptor referencing the old handle was removed it would remove the *new* object from the list of referenced resources. This could cause a resource to be not included in a capture if nothing else added a new reference.