MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / GcCompactTransientMiscBuffers

Method GcCompactTransientMiscBuffers

KBotExt/imgui/imgui.cpp:3802–3808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3800}
3801
3802void ImGui::GcCompactTransientMiscBuffers()
3803{
3804 ImGuiContext& g = *GImGui;
3805 g.ItemFlagsStack.clear();
3806 g.GroupStack.clear();
3807 TableGcCompactSettings();
3808}
3809
3810// Free up/compact internal window buffers, we can use this when a window becomes unused.
3811// Not freed:

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected