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

Function PxCreatePvd

deps/physx/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

PhysicsSolverMethod · 0.85
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

Calls 1

initializeFunction · 0.50

Tested by

no test coverage detected