mitsuba-renderer / mitsuba3

Mitsuba 3: A Retargetable Forward and Inverse Renderer
https://www.mitsuba-renderer.org/
Other
2.09k stars 246 forks source link

Changed integrator render functions to take UInt32 for seed #1350

Open DoeringChristian opened 1 month ago

DoeringChristian commented 1 month ago

Description

The PR expands on Change seed function to take drjit type for seed, by changing the render, render_forward and render_backward signatures to take a UInt32 for the seed argument as well. This is necessary for function freezing, to allow changing the seed between calls to a frozen function without having to re-trace it.

Testing

Checklist