warp.handle#

class warp.handle(x=0)[source]#

Type for object handles (Mesh, Volume, BVH) in kernel parameters.

Behaves identically to uint64 but allows APIC to detect which parameters need pointer remapping during graph replay.

Parameters:

x (int | float)

__init__(x=0)[source]#
Parameters:

x (int | float)

Methods

__init__([x])