Parser: Type promotion for operator modulus(%) is missing.
This commit is contained in:
parent
b1dece2737
commit
644c21025d
3 changed files with 20 additions and 4 deletions
|
|
@ -474,6 +474,7 @@ TIntermTyped* TIntermediate::addConversion(TOperator op, const TType& type, TInt
|
|||
case EOpSub:
|
||||
case EOpMul:
|
||||
case EOpDiv:
|
||||
case EOpMod:
|
||||
|
||||
case EOpVectorTimesScalar:
|
||||
case EOpVectorTimesMatrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue