mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fonts: GC Compact All exposed in Metrics->Memory Allocations includes compacting texture data.
This commit is contained in:
parent
23dc46c4f8
commit
074bf39e40
1 changed files with 1 additions and 0 deletions
|
|
@ -4394,6 +4394,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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue