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

Method releaseConnectorArray

deps/physx/physx/source/physx/src/NpFactory.cpp:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

exportExtraDataMethod · 0.80
removeConnectorMethod · 0.80

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected