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

Add frame image index to frame data.

This commit is contained in:
Bartosz Taudul
2019-06-06 21:44:48 +02:00
parent e5bb6011c5
commit 34b84bb284
2 changed files with 7 additions and 5 deletions
+1
View File
@@ -324,6 +324,7 @@ struct FrameEvent
{
int64_t start;
int64_t end;
int32_t frameImage;
};
struct FrameData