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

Method destroyInstance

deps/physx/physx/source/physx/src/NpFactory.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void NpFactory::destroyInstance()
105{
106 PX_ASSERT(mInstance);
107 mInstance->release();
108 mInstance = NULL;
109}
110
111NpFactory* NpFactory::mInstance = NULL;
112

Callers 6

releasePvdInstanceMethod · 0.45
destroyPvdInstanceMethod · 0.45
releaseMethod · 0.45
operator()Method · 0.45
~SceneRendererClientMethod · 0.45
releasePvdInstanceMethod · 0.45

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected