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

Add key to TimelineItem.

This commit is contained in:
Tomaž Vöröš
2023-01-27 20:00:05 +01:00
parent 2df56e9941
commit dbefb70db3
7 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace tracy
{
TimelineItemGpu::TimelineItemGpu( View& view, Worker& worker, GpuCtxData* gpu )
: TimelineItem( view, worker )
: TimelineItem( view, worker, gpu )
, m_gpu( gpu )
, m_idx( view.GetNextGpuIdx() )
{