PxLightCpuTask_setContinuation_mut

Function PxLightCpuTask_setContinuation_mut 

Source
pub unsafe extern "C" fn PxLightCpuTask_setContinuation_mut(
    self_: *mut PxLightCpuTask,
    tm: *mut PxTaskManager,
    c: *mut PxBaseTask,
)
Expand description

Initialize this task and specify the task that will have its ref count decremented on completion.

Submission is deferred until the task’s mRefCount is decremented to zero. Note that we only use the PxTaskManager to query the appropriate dispatcher.