This commit is contained in:
Neslisah Torosdagli 2020-03-20 18:35:57 -04:00
commit 7d122c96a4
3 changed files with 27 additions and 1 deletions

View file

@ -540,6 +540,7 @@ 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;