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

Send Vulkan GPU calibration messages.

This commit is contained in:
Bartosz Taudul
2020-07-07 20:32:25 +02:00
parent c91c6be763
commit 1b6bc1b69a
8 changed files with 100 additions and 19 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 = 36 };
enum : uint32_t { ProtocolVersion = 37 };
enum : uint32_t { BroadcastVersion = 1 };
using lz4sz_t = uint32_t;