mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow adding custom colors to zones.
This commit is contained in:
@@ -25,6 +25,7 @@ struct QueueZoneBegin
|
||||
uint64_t function; // ptr
|
||||
uint32_t line;
|
||||
uint64_t thread;
|
||||
uint32_t color;
|
||||
};
|
||||
|
||||
struct QueueZoneEnd
|
||||
|
||||
Reference in New Issue
Block a user