mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-20 10:09:49 +00:00
Push item visibility to Preprocess().
This commit is contained in:
@@ -281,7 +281,7 @@ void TimelineItemThread::DrawFinished()
|
||||
m_msgDraw.clear();
|
||||
}
|
||||
|
||||
void TimelineItemThread::Preprocess( const TimelineContext& ctx, TaskDispatch& td )
|
||||
void TimelineItemThread::Preprocess( const TimelineContext& ctx, TaskDispatch& td, bool visible )
|
||||
{
|
||||
assert( m_samplesDraw.empty() );
|
||||
assert( m_ctxDraw.empty() );
|
||||
|
||||
Reference in New Issue
Block a user