comment update, rayQueryEXT is writable, readonly check removed.

This commit is contained in:
Neslisah Torosdagli 2020-03-19 16:34:40 -04:00
parent 06c2eee720
commit 120b3daa93
2 changed files with 1 additions and 4 deletions

View file

@ -185,9 +185,6 @@ bool TParseContextBase::lValueErrorCheck(const TSourceLoc& loc, const char* op,
case EbtAccStruct:
message = "can't modify accelerationStructureNV";
break;
case EbtRayQuery:
message = "can't modify rayQueryEXT";
break;
#endif
default:
break;