| 3800 | } |
| 3801 | |
| 3802 | void 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: |