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

Function decRefCount

physx/source/simulationcontroller/src/ScActorPair.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84 PX_FORCE_INLINE void incRefCount() { ++mRefCount; PX_ASSERT(mRefCount>0); }
85 PX_FORCE_INLINE PxU32 decRefCount() { PX_ASSERT(mRefCount>0); return --mRefCount; }
86 PX_FORCE_INLINE PxU32 getRefCount() const { return mRefCount; }
87
88 private:

Callers 12

PxCloseExtensionsFunction · 0.85
releaseInternalMethod · 0.85
onActorDetachMethod · 0.85
releaseMethod · 0.85
releaseInstanceMethod · 0.85
PxCloseVehicleSDKFunction · 0.85
releaseMethod · 0.85
releaseMethod · 0.85
releaseMethod · 0.85
releaseMethod · 0.85
releaseMethod · 0.85
releaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected