mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
f3508f57b1
* It's annoying to have the constant buffer view reset and collapse everything, especially if moving between draws where the variables are the same because the shader hasn't changed. * We can just compare the previous set of variables to the new set and if the types and structures (member variables etc) are the same, then just update the values in-place.