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

Method Initialize

ZEngine/src/Engine.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 void Engine::Initialize() {
25 if (!m_window->HasContext()) {
26 m_window->CreateAndActiveContext();
27 m_window->Initialize();
28 }
29 ZENGINE_CORE_INFO("Engine initialized");
30 }
31
32 void Engine::ProcessEvent() {
33 m_window->PollEvent();

Callers 2

mainFunction · 0.45
CameraComponentMethod · 0.45

Calls 2

HasContextMethod · 0.45

Tested by

no test coverage detected