1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move DrawHistogramMinMaxLabel() to TracyImGui.cpp.

This commit is contained in:
Bartosz Taudul
2022-07-02 15:27:08 +02:00
parent 5ed7d71927
commit 0d41a6c48b
4 changed files with 21 additions and 21 deletions
-2
View File
@@ -387,8 +387,6 @@ private:
void AdjustThreadHeight( View::VisData& vis, int oldOffset, int& offset );
float AdjustThreadPosition( View::VisData& vis, float wy, int& offset );
void DrawHistogramMinMaxLabel( ImDrawList* draw, int64_t tmin, int64_t tmax, ImVec2 wpos, float w, float ty );
static int64_t AdjustGpuTime( int64_t time, int64_t begin, int drift );
static const char* DecodeContextSwitchState( uint8_t state );