mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Bump protocol due to Metal adding an enum entry.
This commit is contained in:
parent
e8ff26e173
commit
9a3a6ba3ef
@ -9,7 +9,7 @@ namespace tracy
|
||||
|
||||
constexpr unsigned Lz4CompressBound( unsigned isize ) { return isize + ( isize / 255 ) + 16; }
|
||||
|
||||
enum : uint32_t { ProtocolVersion = 69 };
|
||||
enum : uint32_t { ProtocolVersion = 70 };
|
||||
enum : uint16_t { BroadcastVersion = 3 };
|
||||
|
||||
using lz4sz_t = uint32_t;
|
||||
|
Loading…
Reference in New Issue
Block a user