mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Notify TimelineItem when drawing has finished.
This commit is contained in:
@@ -50,6 +50,7 @@ protected:
|
||||
|
||||
virtual bool DrawContents( const TimelineContext& ctx, int& offset ) = 0;
|
||||
virtual void DrawOverlay( const ImVec2& ul, const ImVec2& dr ) {}
|
||||
virtual void DrawFinished() {}
|
||||
|
||||
virtual bool IsEmpty() const { return false; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user