WIP - Fonts: GC Compact All exposed in Metrics->Memory Allocations includes compacting texture data.

This commit is contained in:
ocornut 2025-03-31 21:43:15 +02:00
parent f31f39f32e
commit cde97ff692

View file

@ -4472,6 +4472,7 @@ void ImGui::GcCompactTransientMiscBuffers()
g.MultiSelectTempDataStacked = 0;
g.MultiSelectTempData.clear_destruct();
TableGcCompactSettings();
g.IO.Fonts->CompactCache();
}
// Free up/compact internal window buffers, we can use this when a window becomes unused.