MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Blast / runSample

Function runSample

samples/SampleBase/core/SampleManager.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86int runSample(const SampleConfig& config)
87{
88 SampleManager sampleManager(config);
89 return sampleManager.run();
90}

Callers 1

wWinMainFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected