pub unsafe extern "C" fn phys_PxCreateBatchQueryExt(
    scene: *const PxScene,
    queryFilterCallback: *mut PxQueryFilterCallback,
    maxNbRaycasts: u32,
    maxNbRaycastTouches: u32,
    maxNbSweeps: u32,
    maxNbSweepTouches: u32,
    maxNbOverlaps: u32,
    maxNbOverlapTouches: u32
) -> *mut PxBatchQueryExt
Expand description

Create a PxBatchQueryExt without the need for pre-allocated result or touch buffers.

Returns a PxBatchQueryExt instance. A NULL pointer will be returned if the subsequent allocations fail or if any of the arguments are illegal. In the event that a NULL pointer is returned a corresponding error will be issued to the error stream.