mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
f0644a2257
* Previously we iterated over each bind, and found the matching resources. Now we iterate over resources and find the matching bind. This matters when there are multiple overlapping binds so they are only found once (we don't disambguate which bind was used, as we don't elsewhere currently)