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

Compress frame images in a separate thread.

This commit is contained in:
Bartosz Taudul
2019-06-26 23:18:30 +02:00
parent 7ebd2162c6
commit bb35f9a897
5 changed files with 71 additions and 23 deletions
+1 -1
View File
@@ -103,9 +103,9 @@ struct QueueFrameMark
struct QueueFrameImage
{
uint64_t image; // ptr
uint64_t frame;
uint16_t w;
uint16_t h;
uint8_t offset;
uint8_t flip;
};