warp.volume_store_f#

warp.volume_store_f(
id: uint64,
i: int32,
j: int32,
k: int32,
value: float32,
) None#
  • Kernel

Store the warp.float32 value at the voxel with integer index-space coordinates i, j, k.

id must identify a float32 volume, and the coordinate must have leaf-level storage. The call does not allocate storage or activate voxels. See volume_store(). This function is not differentiable.

See volume_store() for a usage example.