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

Add dedicated frame Vsync queue message.

This commit is contained in:
Bartosz Taudul
2022-07-30 19:50:42 +02:00
parent b19f9e1f4d
commit e86238642a
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace tracy
constexpr unsigned Lz4CompressBound( unsigned isize ) { return isize + ( isize / 255 ) + 16; }
enum : uint32_t { ProtocolVersion = 59 };
enum : uint32_t { ProtocolVersion = 60 };
enum : uint16_t { BroadcastVersion = 2 };
using lz4sz_t = uint32_t;