Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
namespace 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
Next
Method · 0.80
Calls
1
SetContext
Method · 0.80
Tested by
no test coverage detected