comment update, rayQueryEXT is writable, readonly check removed.

This commit is contained in:
Neslisah Torosdagli 2020-03-19 16:34:40 -04:00
parent 42dc643b3b
commit 44e8e5560b
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;