Error out writes to shaderRecordNV buffer blocks.
This commit is contained in:
parent
d90d548161
commit
afa5671fef
7 changed files with 72 additions and 89 deletions
|
|
@ -37,4 +37,5 @@ void main()
|
|||
reportIntersectionNV(1.0, 1U); // ERROR, unsupported builtin in stage
|
||||
ignoreIntersectionNV(); // ERROR, unsupported builtin in stage
|
||||
terminateRayNV(); // ERROR, unsupported builtin in stage
|
||||
d = 1.0f; // ERROR, can't modify shaderRecordNV block
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue