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

Method removeReference

physx/include/task/PxTask.h:289–292  ·  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

287 * count reaches zero, the task will be dispatched.
288 */
289 PX_INLINE void removeReference()
290 {
291 mTm->decrReference(*this);
292 }
293
294 /** \brief Return the ref-count for this task */
295 PX_INLINE int32_t getReference() const

Callers

nothing calls this directly

Calls 1

decrReferenceMethod · 0.80

Tested by

no test coverage detected