2012/7/17 Stefan Dösinger :
> Am Montag, 16. Juli 2012, 20:39:23 schrieb Matteo Bruni:
>> +HLSL_IR_BINOP_MUL,
>> ...
>> +HLSL_IR_BINOP_DOT,
> HLSL has 3 somewhat related multiplication operations: "*", "mul" and "dot".
> Dot is fairly straightforward, but "*" and "mul" have subtle differenc
Am Montag, 16. Juli 2012, 20:39:23 schrieb Matteo Bruni:
> +HLSL_IR_BINOP_MUL,
> ...
> +HLSL_IR_BINOP_DOT,
HLSL has 3 somewhat related multiplication operations: "*", "mul" and "dot".
Dot is fairly straightforward, but "*" and "mul" have subtle differences. I
recommend to write tests to f