MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / shutdown

Method shutdown

Source/Falcor/Core/SampleApp.cpp:587–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587void SampleApp::shutdown(int returnCode)
588{
589 mShouldTerminate = true;
590 mReturnCode = returnCode;
591 if (mpWindow)
592 mpWindow->shutdown();
593}
594
595SampleAppConfig SampleApp::getConfig() const
596{

Callers 2

handleKeyboardEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected