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

Allow `&` operator with masks to zero out indices #279

Closed njroussel closed 1 week ago

njroussel commented 1 week ago

Previously we would allow operations like array & mask to zero out certain indices in array. This PR adds this functionality again (it was already present in C++, but not in Python).