Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-09-04 14:38:19 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-09-04 14:39:20 +0300
commit60579d6334f03b51d85805dcacba43897dbfbbeb (patch)
tree37dc827463faa6ca178aed02ffd547df4955215a /server/TracyView.hpp
parentec3e88ce53d0d210ffeab3484d0acd37362c063c (diff)
Migrate drawing GPU data to the new timeline item system.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
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;