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

Method destroyPvdInstance

physx/source/physx/src/PvdPhysicsClient.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void PvdPhysicsClient::destroyPvdInstance(const PxPhysics* physics)
130{
131 if(mPvdDataStream)
132 mPvdDataStream->destroyInstance(physics);
133}
134
135void PvdPhysicsClient::createPvdInstance(const PxTriangleMesh* triMesh)
136{

Callers 1

~NpPhysicsMethod · 0.80

Calls 1

destroyInstanceMethod · 0.45

Tested by

no test coverage detected