HLSL: Fix issue #442, smear and truncate shape conversions for == and !=.

This commit is contained in:
John Kessenich 2016-09-02 21:12:23 -06:00
parent 07350f3382
commit 841db35bb3
4 changed files with 84 additions and 12 deletions

View file

@ -702,6 +702,8 @@ TIntermTyped* TIntermediate::addShapeConversion(TOperator op, const TType& type,
case EOpGreaterThan:
case EOpLessThanEqual:
case EOpGreaterThanEqual:
case EOpEqual:
case EOpNotEqual:
case EOpFunctionCall:
break;
default: