Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ Next
Method
Next
ZEngine/src/IPipelineStage.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
void IPipelineStage::Next() {
12
if (m_context) {
13
m_context->UpdateStage(m_next_stage);
14
}
15
}
16
17
bool IPipelineStage::HasNext() {
18
return m_next_stage != nullptr;
Callers
2
Compile
Method · 0.80
Execute
Method · 0.80
Calls
1
UpdateStage
Method · 0.80
Tested by
no test coverage detected