mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
f756cf363e
* Historically there was no bindpoint mapping so it was convenient to just pad the cbuffers array so that the elements in it were indexed by their bind point. It doesn't make any sense anymore especially with D3D12's bind model, so just remove it and roll bind points into a struct member.