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

Method onAggregateRelease

physx/source/physx/src/NpFactory.cpp:424–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void NpFactory::onAggregateRelease(PxAggregate* a)
425{
426 Ps::Mutex::ScopedLock lock(mTrackingMutex);
427 mAggregateTracking.erase(a);
428}
429
430///////////////////////////////////////////////////////////////////////////////
431

Callers 1

~NpAggregateMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected