Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ createInstance
Method
createInstance
physx/source/physx/src/NpFactory.cpp:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void NpFactory::createInstance()
99
{
100
PX_ASSERT(!mInstance);
101
mInstance = PX_NEW(NpFactory)();
102
}
103
104
void NpFactory::destroyInstance()
105
{
Callers
2
sendEntireSDK
Method · 0.45
createPvdInstance
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected