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

Extract crash tooltip to a separate function.

This commit is contained in:
Bartosz Taudul
2019-06-26 21:01:54 +02:00
parent 281dcf7c1f
commit b8794f64be
2 changed files with 11 additions and 5 deletions
+1
View File
@@ -168,6 +168,7 @@ private:
void ZoneTooltip( const ZoneEvent& ev );
void ZoneTooltip( const GpuEvent& ev );
void CallstackTooltip( uint32_t idx );
void CrashTooltip();
const ZoneEvent* GetZoneParent( const ZoneEvent& zone ) const;
const GpuEvent* GetZoneParent( const GpuEvent& zone ) const;