MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / IsRequestingRestore

Method IsRequestingRestore

tools/explorer/ModelView.cpp:594–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594bool ModelView::IsRequestingRestore(int& outRunOrdinal, bool& outRightTexture)
595{
596 outRunOrdinal = m_requestingRestore;
597 outRightTexture = m_requestingRestoreRight;
598 m_requestingRestore = -1;
599 return outRunOrdinal >= 0;
600}
601

Callers 1

buildUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected