rayQueryEXT assignment is allowed.
authorNeslisah Torosdagli <neslisah.torosdagli@amd.com>
Tue, 24 Mar 2020 00:25:52 +0000 (20:25 -0400)
committerNeslisah Torosdagli <neslisah.torosdagli@amd.com>
Tue, 24 Mar 2020 00:25:52 +0000 (20:25 -0400)
glslang/MachineIndependent/Intermediate.cpp

index 5bd764e..d242c39 100755 (executable)
@@ -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;