MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / release

Method release

deps/physx/physx/source/physx/src/NpFactory.cpp:86–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void NpFactory::release()
87{
88 releaseAll(mAggregateTracking);
89 releaseAll(mConstraintTracking);
90 releaseAll(mArticulationTracking);
91 releaseAll(mActorTracking);
92 while(mShapeTracking.size())
93 static_cast<NpShape*>(mShapeTracking.getEntries()[0])->releaseInternal();
94
95 GuMeshFactory::release(); // deletes the class
96}
97
98void NpFactory::createInstance()
99{

Callers 2

releaseAllFunction · 0.45
destroyInstanceMethod · 0.45

Calls 5

releaseAllFunction · 0.70
releaseFunction · 0.50
sizeMethod · 0.45
releaseInternalMethod · 0.45
getEntriesMethod · 0.45

Tested by

no test coverage detected