Files | |
| file | color.h [code] |
| Defines a color as an alias to a drjit array. | |
| file | complex.h [code] |
| Define complex as an alias to drjit::Complex. Also define a custom toString method to mimic the native version's complex output. | |
| file | control.h [code] |
| Data and flow control. | |
| file | gradient.h [code] |
| file | horizontal.h [code] |
| Map bbm horizontal methods to corresponding DrJIT methods. | |
| file | math.h [code] |
| Connect bbm math functions to the corresponding DrJIT methods. | |
| file | random.h [code] |
| file | stringconvert.h [code] |
| Specialization for converting backbone core types to and from strings. | |
| file | type_traits.h [code] |
| BBM type traits. | |
| file | vec.h [code] |
| Defines 2D and 3D vectors as aliases to drjit arrays. | |