mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
4a9d32db3f
* We need to use the bindpoint mapping to ensure we look up the correct usage information. Also iterating over the unsorted shader resources potentially gives us out-of-order bindings, so we resort by bindpoint (which was sorted into binding order in the implementation).