MCPcopy 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

3namespace 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

ShaderCompilerMethod · 0.80
UpdateStageMethod · 0.80
ResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected