HLSL: matrix and vector truncations for m*v, v*m, m*m
HLSL truncates the vector, or one of the two matrix dimensions if there is a
dimensional mismatch in m*v, v*m, or m*m.
This PR adds that ability. Conversion constructors are added as required.
Showing
Test/baseResults/hlsl.mul-truncate.frag.out
0 → 100644
This diff is collapsed.
Click to expand it.
Test/hlsl.mul-truncate.frag
0 → 100644
Please
register
or
sign in
to comment