Properly calling trace function with payload1
This commit is contained in:
parent
81c26d451f
commit
e1dff2a4e7
12 changed files with 478 additions and 12 deletions
|
|
@ -3,3 +3,9 @@ struct hitPayload
|
|||
vec3 hitValue;
|
||||
uint seed;
|
||||
};
|
||||
|
||||
struct shadowPayload
|
||||
{
|
||||
bool isHit;
|
||||
uint seed;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue