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

Reduce frame images frame index to 32 bit.

This commit is contained in:
Bartosz Taudul
2020-07-26 13:23:44 +02:00
parent ab468d8c57
commit b7af9a0860
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ struct QueueFrameMark
struct QueueFrameImageLean
{
uint64_t frame;
uint32_t frame;
uint16_t w;
uint16_t h;
uint8_t flip;