Error assigns to objects of rayQueryEXT type.

This commit is contained in:
alelenv 2020-03-30 10:24:30 -07:00
parent 08c02ced79
commit f986436a90
4 changed files with 3 additions and 254 deletions

View file

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