Files
renderdoc/renderdoc
baldurk 9273a5bdb3 Make sure assignments into scalar destinations are correct. Refs #123
* 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
2015-03-29 17:43:05 +01:00
..