pub unsafe extern "C" fn PxScene_processCallbacks_mut(
    self_: *mut PxScene,
    continuation: *mut PxBaseTask
)
Expand description

This call processes all event callbacks in parallel. It takes a continuation task, which will be executed once all callbacks have been processed.

This is a utility function to make it easier to process callbacks in parallel using the PhysX task system. It can only be used in conjunction with fetchResultsStart(…) and fetchResultsFinish(…)