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

Add view start and end to TimelineContext.

This commit is contained in:
Bartosz Taudul
2023-03-18 17:02:23 +01:00
parent 0a32929b0b
commit 5b3427395e
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ struct TimelineContext
float w, ty, scale;
float yMin, yMax;
double pxns, nspx;
int64_t vStart, vEnd;
ImVec2 wpos;
bool hover;
};