font cache: add additional layer of caching for runs

This commit is contained in:
Ryan Fleury
2025-04-25 09:45:43 -07:00
parent e0ba1155e8
commit 7dc920c14f
3 changed files with 390 additions and 302 deletions
+3
View File
@@ -121,6 +121,9 @@ update(void)
{
ProfTick(0);
ins_atomic_u64_inc_eval(&global_update_tick_idx);
#if defined(FONT_CACHE_H)
fnt_frame();
#endif
#if OS_FEATURE_GRAPHICAL
B32 result = frame();
#else