mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-23 07:51:39 +00:00
* 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.