removing thread local random

This commit is contained in:
Dynamitos
2025-01-26 23:00:13 +01:00
parent 8e47831fb2
commit 4168a31719
7 changed files with 40 additions and 14 deletions
+1
View File
@@ -3,6 +3,7 @@
struct Payload
{
glm::vec3 rnd01;
glm::vec3 accumulatedRadiance = glm::vec3(0);
glm::vec3 accumulatedMaterial = glm::vec3(1);
uint32_t depth = 0;