MCPcopy 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
98void NpFactory::createInstance()
99{
100 PX_ASSERT(!mInstance);
101 mInstance = PX_NEW(NpFactory)();
102}
103
104void NpFactory::destroyInstance()
105{

Callers 2

sendEntireSDKMethod · 0.45
createPvdInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected