mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-18 16:00:48 +00:00
9273a5bdb3
* 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