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

Function incRefCount

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

Source from the content-addressed store, hash-verified

82 PX_FORCE_INLINE PxU32 getTouchCount() const { return mTouchCount; }
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

Callers 11

PxInitExtensionsFunction · 0.85
acquireReferenceMethod · 0.85
onActorAttachMethod · 0.85
acquireReferenceMethod · 0.85
createInstanceMethod · 0.85
PxInitVehicleSDKFunction · 0.85
PxCreateCookingFunction · 0.85
acquireReferenceMethod · 0.85
acquireReferenceMethod · 0.85
acquireReferenceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected