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

Parametrize color highlighting.

This commit is contained in:
Bartosz Taudul
2020-05-03 14:33:47 +02:00
parent 3aed0ba150
commit 9d94cdbb52
2 changed files with 9 additions and 9 deletions
-1
View File
@@ -194,7 +194,6 @@ private:
uint32_t GetZoneColor( const GpuEvent& ev );
uint32_t GetRawZoneColor( const ZoneEvent& ev, uint64_t thread, int depth );
uint32_t GetRawZoneColor( const GpuEvent& ev );
uint32_t HighlightColor( uint32_t color );
uint32_t GetZoneHighlight( const ZoneEvent& ev, uint64_t thread, int depth );
uint32_t GetZoneHighlight( const GpuEvent& ev );
float GetZoneThickness( const ZoneEvent& ev );