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

Separate drawing callstack tooltip from drawing its contents.

This commit is contained in:
Bartosz Taudul
2021-11-13 01:08:36 +01:00
parent aed1360a9c
commit ce8e42f00b
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -262,6 +262,7 @@ private:
void ZoneTooltip( const ZoneEvent& ev );
void ZoneTooltip( const GpuEvent& ev );
void CallstackTooltip( uint32_t idx );
void CallstackTooltipContents( uint32_t idx );
void CrashTooltip();
const ZoneEvent* GetZoneParent( const ZoneEvent& zone ) const;