MCPcopy 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

mainFunction · 0.45

Calls 2

StartMethod · 0.80
InitializeMethod · 0.45

Tested by

no test coverage detected