MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / HelpersSetNonInteractive

Function HelpersSetNonInteractive

Rtxpt/SampleCommon/SampleCommon.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166static bool g_NonInteractive = false;
167
168void HelpersSetNonInteractive()
169{
170 g_NonInteractive = true;
171}
172
173#ifdef _WIN32
174static std::atomic<HWND> g_hActiveParentWindow(NULL);

Callers 1

ProcessCommandLineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected