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

Timeline items may have preprocessing.

This commit is contained in:
Bartosz Taudul
2023-03-14 02:02:21 +01:00
parent 988de5b594
commit 7dd31ab609
6 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace tracy
{
TimelineItemGpu::TimelineItemGpu( View& view, Worker& worker, GpuCtxData* gpu )
: TimelineItem( view, worker, gpu )
: TimelineItem( view, worker, gpu, false )
, m_gpu( gpu )
, m_idx( view.GetNextGpuIdx() )
{