MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / PxCreatePvd

Function PxCreatePvd

physx/source/pvd/src/PxPvd.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37} // namespace pvdsdk
38
39PxPvd* PxCreatePvd(PxFoundation& foundation)
40{
41 pvdsdk::gPvdAllocatorCallback = &foundation.getAllocatorCallback();
42 pvdsdk::PvdImpl::initialize();
43 return pvdsdk::PvdImpl::getInstance();
44}
45
46} // namespace physx

Callers 15

createPhysicsAndSceneFunction · 0.85
initPhysicsFunction · 0.85
initPhysicsFunction · 0.85
initPhysicsFunction · 0.85
initPhysicsFunction · 0.85
initPhysicsFunction · 0.85
initPhysicsFunction · 0.85
initPhysicsFunction · 0.85
initPhysicsFunction · 0.85
initPhysicsFunction · 0.85
initPhysicsFunction · 0.85
initPhysicsFunction · 0.85

Calls 1

initializeFunction · 0.85

Tested by

no test coverage detected