Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/hlsl.h:
HLSL_OP3_DP2ADD, HLSL_OP3_LERP,
- HLSL_OP3_MOVC,
- HLSL_OP3_TERNARY,
Maybe we should add a comment explaining the difference and rationale behind having both `MOVC` and `TERNARY`. Even for us it took a little bit of back and forth to be understood, so that's probably for the random code reader as well.