Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ Run
Method
Run
Tetragrama/src/Editor.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void Editor::Run() {
50
m_engine->Initialize();
51
m_engine->Start();
52
}
53
54
ZEngine::Ref<ZEngine::EngineConfiguration> Editor::GetCurrentEngineConfiguration() const {
55
return m_engine_configuration;
Callers
1
main
Function · 0.45
Calls
2
Start
Method · 0.80
Initialize
Method · 0.45
Tested by
no test coverage detected