mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-19 01:24:20 +00:00
ImVector: tweak growth strategy
This commit is contained in:
parent
1fe2906923
commit
fa0f0f4507
2 changed files with 5 additions and 3 deletions
|
|
@ -11034,7 +11034,7 @@ void ImGui::ShowMetricsWindow(bool* opened)
|
|||
ImGui::Text("ImGui %s", ImGui::GetVersion());
|
||||
ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate);
|
||||
ImGui::Text("%d vertices", ImGui::GetIO().MetricsRenderVertices);
|
||||
ImGui::Text("%d active allocations", ImGui::GetIO().MetricsAllocs);
|
||||
ImGui::Text("%d allocations", ImGui::GetIO().MetricsAllocs);
|
||||
ImGui::Separator();
|
||||
|
||||
struct Funcs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue