From 60579d6334f03b51d85805dcacba43897dbfbbeb Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 4 Sep 2022 13:38:19 +0200 Subject: Migrate drawing GPU data to the new timeline item system. --- server/TracyView.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'server/TracyView.hpp') diff --git a/server/TracyView.hpp b/server/TracyView.hpp index ce4788c0..e8a48d1a 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -120,6 +120,7 @@ public: bool DrawThread( const ThreadData& thread, double pxns, int& offset, const ImVec2& wpos, bool hover, float yMin, float yMax, bool ghostMode ); void DrawThreadMessages( const ThreadData& thread, double pxns, int offset, const ImVec2& wpos, bool hover ); void DrawThreadOverlays( const ThreadData& thread, const ImVec2& ul, const ImVec2& dr ); + bool DrawGpu( const GpuCtxData& gpu, double pxns, int& offset, const ImVec2& wpos, bool hover, float yMin, float yMax ); bool m_showRanges = false; Range m_statRange; -- cgit v1.2.3