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

Allow getting zone color sans higlights, etc.

This commit is contained in:
Bartosz Taudul
2019-09-08 13:16:00 +02:00
parent 6ef282dd1a
commit b7522ec4c1
2 changed files with 15 additions and 3 deletions
+2
View File
@@ -156,6 +156,8 @@ private:
uint32_t GetZoneColor( const ZoneEvent& ev );
uint32_t GetZoneColor( const GpuEvent& ev );
uint32_t GetRawZoneColor( const ZoneEvent& ev );
uint32_t GetRawZoneColor( const GpuEvent& ev );
uint32_t GetZoneHighlight( const ZoneEvent& ev );
uint32_t GetZoneHighlight( const GpuEvent& ev );
float GetZoneThickness( const ZoneEvent& ev );