MCPcopy 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

CompileMethod · 0.80
ExecuteMethod · 0.80

Calls 1

UpdateStageMethod · 0.80

Tested by

no test coverage detected