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

Method release

physx/include/task/PxTask.h:314–320  ·  view source on GitHub ↗

* \brief called by CpuDispatcher after run method has completed * * Decrements the continuation task's reference count, if specified. */

Source from the content-addressed store, hash-verified

312 * Decrements the continuation task's reference count, if specified.
313 */
314 PX_INLINE void release()
315 {
316 if( mCont )
317 {
318 mCont->removeReference();
319 }
320 }
321
322protected:
323

Callers

nothing calls this directly

Calls 1

removeReferenceMethod · 0.45

Tested by

no test coverage detected