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

Compress frame images to ETC1 before sending.

This commit is contained in:
Bartosz Taudul
2019-06-07 00:22:00 +02:00
parent aff3246f82
commit a654b642ef
2 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -441,7 +441,7 @@ private:
bool SendData( const char* data, size_t len );
void SendString( uint64_t ptr, const char* str, QueueType type );
void SendLongString( uint64_t ptr, const char* str, QueueType type );
void SendLongString( uint64_t ptr, const char* str, size_t len, QueueType type );
void SendSourceLocation( uint64_t ptr );
void SendSourceLocationPayload( uint64_t ptr );
void SendCallstackPayload( uint64_t ptr );