MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / IsSceneLoading

Method IsSceneLoading

src/app/ApplicationBase.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool ApplicationBase::IsSceneLoading() const
114{
115 return m_SceneLoadingThread != nullptr;
116}
117
118bool ApplicationBase::IsSceneLoaded() const
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected