mitsuba-renderer / drjit

Dr.Jit — A Just-In-Time-Compiler for Differentiable Rendering
BSD 3-Clause "New" or "Revised" License
572 stars 40 forks source link

Fix type fetching of some Dr.Jit Python functions #265

Closed rtabbara closed 3 weeks ago

rtabbara commented 3 weeks ago

Need to ensure underlying floating precision is consistent with provided arguments

Fix for #264