mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Compress frame images using LZ4.
This commit is contained in:
@@ -360,6 +360,7 @@ struct SourceLocationComparator
|
||||
struct FrameImage
|
||||
{
|
||||
const char* ptr;
|
||||
uint32_t csz;
|
||||
uint16_t w, h;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user