comment update, rayQueryEXT is writable, readonly check removed.
This commit is contained in:
parent
42dc643b3b
commit
44e8e5560b
2 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue