Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Blast
/ onSampleStart
Method
onSampleStart
samples/SampleBase/core/SampleController.cpp:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void SampleController::onSampleStart()
47
{
48
// start with GPU physics by default
49
setUseGPUPhysics(true);
50
}
51
52
53
void SampleController::setUseGPUPhysics(bool useGPUPhysics)
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected