mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
43c3bf5cf8
* If there's a variable which is unused and has no binding declared, it will be sorted to the end of the list and given a binding of 0. We don't want to let this override a valid binding for 0, so make sure we prioritise any variable which is marked as used over one that is unused.