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

Method stopSimulation

physx/source/task/src/TaskManager.cpp:260–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void PxTaskMgr::stopSimulation()
261{
262 if( mGpuDispatcher )
263 {
264 mGpuDispatcher->stopSimulation();
265 }
266}
267
268PxTaskID PxTaskMgr::getNamedTask( const char *name )
269{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected