Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ SetContext
Method
SetContext
ZEngine/src/IPipelineStage.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
namespace ZEngine::Core {
4
5
void IPipelineStage::SetContext(IPipelineContext* const context) {
6
if (context) {
7
m_context = context;
8
}
9
}
10
11
void IPipelineStage::Next() {
12
if (m_context) {
Callers
3
ShaderCompiler
Method · 0.80
UpdateStage
Method · 0.80
Reset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected