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

Method HasAsyncLoadingInProgress

Rtxpt/Sample.h:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 const std::unique_ptr<CaptureScriptManager> & GetCaptureScriptManager() const { return m_captureScriptManager; }
174
175 bool HasAsyncLoadingInProgress() const { return m_asyncLoadingInProgress || m_ui.ShaderAndACRefreshDelayedRequest > 0; }
176
177 bool AccumulationCompleted() const { return m_accumulationCompleted; }
178

Callers 1

PreAnimMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected