Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ Render
Method
Render
ZEngine/src/Engine.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void Engine::Render() {
41
m_window->Render();
42
}
43
44
bool Engine::OnEngineClosed(Event::EngineClosedEvent& event) {
45
m_request_terminate = true;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected