pub unsafe extern "C" fn PxLightCpuTask_addReference_mut(
self_: *mut PxLightCpuTask,
)Expand description
Manually increment this task’s reference count. The task will not be allowed to run until removeReference() is called.
pub unsafe extern "C" fn PxLightCpuTask_addReference_mut(
self_: *mut PxLightCpuTask,
)Manually increment this task’s reference count. The task will not be allowed to run until removeReference() is called.