warp.BvhQuery#

class warp.BvhQuery[source]#

Object used to track state during BVH traversal.

Erased parent of the concrete query-kind tags: codegen produces this type only when the concrete kind is lost (a branch merging two kinds, or a function parameter annotated with the parent). Iteration then dispatches on the kind stored in the query at construction.