1
0
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:
Bartosz Taudul
2019-06-08 12:17:18 +02:00
parent c3c116317d
commit bef1988800
4 changed files with 55 additions and 7 deletions
+1
View File
@@ -360,6 +360,7 @@ struct SourceLocationComparator
struct FrameImage
{
const char* ptr;
uint32_t csz;
uint16_t w, h;
};