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

Store frame reference in frame images.

This commit is contained in:
Bartosz Taudul
2019-06-12 00:55:02 +02:00
parent 38b76ea32d
commit eb6ac5e6e1
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -362,6 +362,7 @@ struct FrameImage
const char* ptr;
uint32_t csz;
uint16_t w, h;
uint32_t frameRef;
};
}