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

Method CompilationStage

ZEngine/src/CompilationStage.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace ZEngine::Rendering::Shaders::Compilers {
7
8 CompilationStage::CompilationStage() {
9 m_next_stage = std::make_shared<LinkageStage>();
10 }
11
12 CompilationStage::~CompilationStage() {}
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected