mitsuba-renderer / drjit

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

Fix typo in dr.float_array_t trait #217

Closed Speierers closed 9 months ago

Speierers commented 9 months ago

This patch fixes a small typo in the implementation of the dr.float_array_t trait.

wjakob commented 9 months ago

Thanks!