MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Render

Method Render

ogsr_engine/xrGame/HUDManager.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void CFontManager::Render()
175{
176 for (auto& font : m_all_fonts)
177 {
178 font->OnRender();
179 }
180}
181
182void CFontManager::OnDeviceReset() { InitializeFonts(); }
183

Callers 1

RenderUIMethod · 0.45

Calls 1

OnRenderMethod · 0.45

Tested by

no test coverage detected