Properly calling trace function with payload1

This commit is contained in:
mklefrancois 2020-08-31 16:56:39 +02:00
parent 81c26d451f
commit e1dff2a4e7
12 changed files with 478 additions and 12 deletions

View file

@ -3,3 +3,9 @@ struct hitPayload
vec3 hitValue;
uint seed;
};
struct shadowPayload
{
bool isHit;
uint seed;
};