mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
3ba582820a
* This happens because CompositeConstruct takes a number of scalar parameters to form a vector, so for float4(foo.xyz, 1.0f) it will do three extracts from foo for each component, then construct. We can merge it all together in that case.