Merge pull request #41 from KonstantinSeurer/master
Fix incorrect sbtRecordOffset
This commit is contained in:
commit
4eb75ea5f7
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ void main()
|
||||||
traceRayEXT(topLevelAS, // acceleration structure
|
traceRayEXT(topLevelAS, // acceleration structure
|
||||||
flags, // rayFlags
|
flags, // rayFlags
|
||||||
0xFF, // cullMask
|
0xFF, // cullMask
|
||||||
0, // sbtRecordOffset
|
1, // sbtRecordOffset
|
||||||
0, // sbtRecordStride
|
0, // sbtRecordStride
|
||||||
1, // missIndex
|
1, // missIndex
|
||||||
origin, // ray origin
|
origin, // ray origin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue