Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
void NpFactory::destroyInstance()
105
{
106
PX_ASSERT(mInstance);
107
mInstance->release();
108
mInstance = NULL;
109
}
110
111
NpFactory* NpFactory::mInstance = NULL;
112
Callers
6
releasePvdInstance
Method · 0.45
destroyPvdInstance
Method · 0.45
release
Method · 0.45
operator()
Method · 0.45
~SceneRendererClient
Method · 0.45
releasePvdInstance
Method · 0.45
Calls
1
release
Method · 0.45
Tested by
no test coverage detected