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

Store source location color in 24 bits.

This commit is contained in:
Bartosz Taudul
2017-10-13 19:59:18 +02:00
parent ed55fbfacb
commit ec789d60e8
3 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -59,7 +59,9 @@ struct QueueSourceLocation
uint64_t function; // ptr
uint64_t file; // ptr
uint32_t line;
uint32_t color;
uint8_t r;
uint8_t g;
uint8_t b;
};
struct QueueZoneText