Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/RTXPT
/ SplashScreen
Method
SplashScreen
Rtxpt/SampleCommon/SplashScreen.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
};
69
70
SplashScreen::SplashScreen()
71
{
72
m_state = new State();
73
m_state->s.hInstance = GetModuleHandleW(nullptr);
74
}
75
76
SplashScreen::~SplashScreen()
77
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected