mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-22 15:31:41 +00:00
* SetDst called into a scalar destination operand expect the source to be in .x of the parameter, regardless of mask. So in a couple of cases where we're assigning from a vector we need to do the mask apply by hand. Bit messy, but there are only a couple of exceptions