Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
static bool g_NonInteractive = false;
167
168
void HelpersSetNonInteractive()
169
{
170
g_NonInteractive = true;
171
}
172
173
#ifdef _WIN32
174
static std::atomic<HWND> g_hActiveParentWindow(NULL);
Callers
1
ProcessCommandLine
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected