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

Method SetAsynchronousLoadingEnabled

src/app/ApplicationBase.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void ApplicationBase::SetAsynchronousLoadingEnabled(bool enabled)
109{
110 m_IsAsyncLoad = enabled;
111}
112
113bool ApplicationBase::IsSceneLoading() const
114{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected