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

Method createPvdInstance

physx/source/physx/src/PvdPhysicsClient.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void PvdPhysicsClient::createPvdInstance(const PxTriangleMesh* triMesh)
136{
137 mMetaDataBinding.createInstance(*mPvdDataStream, *triMesh, PxGetPhysics());
138}
139
140void PvdPhysicsClient::destroyPvdInstance(const PxTriangleMesh* triMesh)
141{

Callers

nothing calls this directly

Calls 1

createInstanceMethod · 0.45

Tested by

no test coverage detected