GpuIndexGuard#

Fully qualified name: isaacsim::physics::newton::tensors::GpuIndexGuard

struct GpuIndexGuard#

Holds a device-side index pointer and count for GPU kernel dispatch.

Public Members

const int *ptr = nullptr#

Device pointer to indices, or nullptr for identity (all bodies).

int count = 0#

Number of indices.