warp.volume_store_v#

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

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

Writes only where leaf-level storage exists (see volume_store()); a no-op outside allocated leaves or for non-vec3f volumes. Does not activate voxels. Not differentiable.

See volume_store() for a usage example.