MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / removeReference

Method removeReference

physx/include/task/PxTask.h:158–162  ·  view source on GitHub ↗

* \brief Manually decrement this task's reference count. If the reference * count reaches zero, the task will be dispatched. */

Source from the content-addressed store, hash-verified

156 * count reaches zero, the task will be dispatched.
157 */
158 PX_INLINE void removeReference()
159 {
160 PX_ASSERT(mTm);
161 mTm->decrReference( mTaskID );
162 }
163
164 /**
165 * \brief Return the ref-count for this task

Callers 3

releaseMethod · 0.45
releaseMethod · 0.45
updateMethod · 0.45

Calls 1

decrReferenceMethod · 0.80

Tested by

no test coverage detected