rayQueryEXT assignment is allowed.

This commit is contained in:
Neslisah Torosdagli 2020-03-23 20:25:52 -04:00
parent 4893bae5e9
commit 964c7e4a5f

View File

@ -540,7 +540,6 @@ bool TIntermediate::isConversionAllowed(TOperator op, TIntermTyped* node) const
case EbtAtomicUint:
case EbtSampler:
case EbtAccStruct:
case EbtRayQuery:
// opaque types can be passed to functions
if (op == EOpFunction)
break;