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

Method BuildUIScriptsAndEtc

Rtxpt/SampleUI.cpp:262–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260#endif
261
262bool SampleUI::BuildUIScriptsAndEtc(void)
263{
264 bool scriptsActive = false;
265 if (m_app.GetCaptureScriptManager()->ScriptProgressUI())
266 scriptsActive = true;
267
268 if (scriptsActive)
269 ImGui::Text("=================================================");
270
271 return scriptsActive;
272}
273
274void SampleUI::BuildUIResolutionPicker()
275{

Callers

nothing calls this directly

Calls 1

ScriptProgressUIMethod · 0.80

Tested by

no test coverage detected