MCPcopy 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
70SplashScreen::SplashScreen()
71{
72 m_state = new State();
73 m_state->s.hInstance = GetModuleHandleW(nullptr);
74}
75
76SplashScreen::~SplashScreen()
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected