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

Function NpShapeIncRefCount

physx/source/physx/src/NpShape.cpp:700–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700void NpShapeIncRefCount(Scb::Shape& scb)
701{
702 NpShape* np = const_cast<NpShape*>(getNpShape(&scb));
703 np->incRefCount();
704}
705
706void NpShapeDecRefCount(Scb::Shape& scb)
707{

Callers 4

syncStateMethod · 0.85
onShapeAttachMethod · 0.85
switchRigidFromNoSimMethod · 0.85
addOrRemoveRigidObjectFunction · 0.85

Calls 2

getNpShapeFunction · 0.85
incRefCountMethod · 0.45

Tested by

no test coverage detected