MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / HasDone

Method HasDone

src/luxcore/luxcoreimpl.cpp:940–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940bool RenderSessionImpl::HasDone() const {
941 return renderSession->renderEngine->HasDone();
942}
943
944void RenderSessionImpl::WaitForDone() const {
945 renderSession->renderEngine->WaitForDone();

Callers 5

DoRenderingFunction · 0.45
BatchRenderingFunction · 0.45
RunHaltTestMethod · 0.45
RunHaltEditTestMethod · 0.45

Calls

no outgoing calls

Tested by 2

RunHaltTestMethod · 0.36
RunHaltEditTestMethod · 0.36