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

Method onRefCountZero

physx/source/physx/src/NpShape.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void NpShape::onRefCountZero()
77{
78 NpFactory::getInstance().onShapeRelease(this);
79 // see NpShape.h for ref counting semantics for shapes
80 NpDestroy(getScbShape());
81}
82
83// PX_SERIALIZATION
84

Callers

nothing calls this directly

Calls 2

NpDestroyFunction · 0.85
onShapeReleaseMethod · 0.80

Tested by

no test coverage detected