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

Method releaseConnectorArray

physx/source/physx/src/NpFactory.cpp:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void NpFactory::releaseConnectorArray(NpConnectorArray* array)
467{
468 Ps::MutexT<>::ScopedLock l(mConnectorArrayPoolLock);
469 mConnectorArrayPool.destroy(array);
470}
471
472///////////////////////////////////////////////////////////////////////////////
473

Callers 2

exportExtraDataMethod · 0.80
removeConnectorMethod · 0.80

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected