MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / ~Engine

Method ~Engine

ZEngine/src/Engine.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 Engine::~Engine() {
19 m_request_terminate = false;
20 Logging::Logger::Flush();
21 ZENGINE_CORE_INFO("Engine destroyed");
22 }
23
24 void Engine::Initialize() {
25 if (!m_window->HasContext()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected