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

Method Update

ZEngine/src/Engine.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void Engine::Update(Core::TimeStep delta_time) {
37 m_window->Update(delta_time);
38 }
39
40 void Engine::Render() {
41 m_window->Render();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected