Port texture.cpp tests to Python. These tests now also run for other variants besides just CUDA
Added some ref docs for textures
Note, there are other drjit-core changes required to support this aside from the original fp16PR. Another drjit-core PR will be put up once the first one has been merged into the nanobind branch.
Also:
texture.cpp
tests to Python. These tests now also run for other variants besides just CUDANote, there are other
drjit-core
changes required to support this aside from the originalfp16
PR. Another drjit-core PR will be put up once the first one has been merged into the nanobind branch.