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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user