Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
260
void PxTaskMgr::stopSimulation()
261
{
262
if( mGpuDispatcher )
263
{
264
mGpuDispatcher->stopSimulation();
265
}
266
}
267
268
PxTaskID PxTaskMgr::getNamedTask( const char *name )
269
{
Callers
1
fetchResultsPostContactCallbacks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected