Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/RTXPT
/ ~SampleBaseApp
Method
~SampleBaseApp
Rtxpt/SampleCommon/SampleBaseApp.cpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
SampleBaseApp::~SampleBaseApp()
58
{
59
m_DeviceManager->Shutdown(); // Is this explicitly necessary?
60
korgi::Shutdown();
61
}
62
63
SampleBaseApp::InitReturnCodes SampleBaseApp::Init(int argc, const char* const* argv)
64
{
Callers
nothing calls this directly
Calls
2
Shutdown
Method · 0.80
Shutdown
Function · 0.50
Tested by
no test coverage detected