pub unsafe extern "C" fn PxBroadPhase_getAllocator_mut(
    self_: *mut PxBroadPhase
) -> *mut PxAllocatorCallback
Expand description

Retrieves the broadphase allocator.

User-provided buffers should ideally be allocated with this allocator, for best performance. This is especially true for the GPU broadphases, whose buffers need to be allocated in CUDA host memory.

The broadphase allocator.