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

Frame image may need flipping.

This commit is contained in:
Bartosz Taudul
2019-06-12 15:28:32 +02:00
parent 29fd4b1fe9
commit 37d1457b44
5 changed files with 10 additions and 3 deletions
+1
View File
@@ -363,6 +363,7 @@ struct FrameImage
uint32_t csz;
uint16_t w, h;
uint32_t frameRef;
uint8_t flip;
};
}