warp.volume\_sample =================== .. function:: warp._src.lang.volume_sample(id: uint64, uvw: vec3f, sampling_mode: int32, dtype: Any) -> Any .. hlist:: :columns: 8 * Kernel * Differentiable Sample the volume of type ``dtype`` given by ``id`` at the volume local-space point ``uvw``. Interpolation should be :attr:`warp.Volume.CLOSEST` or :attr:`warp.Volume.LINEAR`.