MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / UpdateStage

Method UpdateStage

ZEngine/src/IPipelineContext.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace ZEngine::Core {
4
5 void IPipelineContext::UpdateStage(Ref<IPipelineStage> stage) {
6 m_stage = stage;
7 m_stage->SetContext(this);
8 }
9
10 void IPipelineContext::UpdateStage(IPipelineStage* const stage) {
11 m_stage.reset(stage);

Callers 1

NextMethod · 0.80

Calls 1

SetContextMethod · 0.80

Tested by

no test coverage detected