HLSL: Add shape conversions for return values.

This commit is contained in:
John Kessenich 2016-10-06 16:56:54 -06:00
parent ed33e05762
commit 087a454af2
6 changed files with 112 additions and 8 deletions

View file

@ -768,6 +768,7 @@ TIntermTyped* TIntermediate::addShapeConversion(TOperator op, const TType& type,
case EOpEqual:
case EOpNotEqual:
case EOpFunctionCall:
case EOpReturn:
break;
default:
return node;