mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
ec58308207
* If we have multiple bindings aliasing the same slot, we want to keep going if the first one we find is unused to see if the slot is aliased with one that *is* used. We'll still use the last unused one if we don't find any used at all (and with aliasing any one we pick is as valid as another).