Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
940
bool RenderSessionImpl::HasDone() const {
941
return renderSession->renderEngine->HasDone();
942
}
943
944
void RenderSessionImpl::WaitForDone() const {
945
renderSession->renderEngine->WaitForDone();
Callers
5
DoRendering
Function · 0.45
BatchRendering
Function · 0.45
DoRenderSessionWaitForDone
Function · 0.45
RunHaltTest
Method · 0.45
RunHaltEditTest
Method · 0.45
Calls
no outgoing calls
Tested by
2
RunHaltTest
Method · 0.36
RunHaltEditTest
Method · 0.36