mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 13:13:53 +00:00
Merge pull request #242 from benvanik/patch-3
Fixing unbalanced tree pop in grouped GPU zones.
This commit is contained in:
commit
4f3195153a
@ -8312,6 +8312,7 @@ void View::DrawGpuInfoWindow()
|
|||||||
{
|
{
|
||||||
DrawGpuInfoChildren<VectorAdapterPointer<GpuEvent>>( children, ztime );
|
DrawGpuInfoChildren<VectorAdapterPointer<GpuEvent>>( children, ztime );
|
||||||
}
|
}
|
||||||
|
ImGui::TreePop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -8533,7 +8534,6 @@ void View::DrawGpuInfoChildren( const V& children, int64_t ztime )
|
|||||||
ImGui::NextColumn();
|
ImGui::NextColumn();
|
||||||
}
|
}
|
||||||
ImGui::EndColumns();
|
ImGui::EndColumns();
|
||||||
ImGui::TreePop();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user