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

Method incMeshRefCount

physx/source/physx/src/NpShape.cpp:747–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747void NpShape::incMeshRefCount()
748{
749 Cm::RefCountable* npMesh = getMeshRefCountable();
750 if(npMesh)
751 npMesh->incRefCount();
752}
753
754void NpShape::decMeshRefCount()
755{

Callers

nothing calls this directly

Calls 1

incRefCountMethod · 0.45

Tested by

no test coverage detected