Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
void CFontManager::Render()
175
{
176
for (auto& font : m_all_fonts)
177
{
178
font->OnRender();
179
}
180
}
181
182
void CFontManager::OnDeviceReset() { InitializeFonts(); }
183
Callers
1
RenderUI
Method · 0.45
Calls
1
OnRender
Method · 0.45
Tested by
no test coverage detected