diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 70a48f40..70033f92 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -8458,6 +8458,12 @@ void View::DrawOptions() { ImGui::TextDisabled( "%s threads", RealToString( gpuData[i]->threadData.size() ) ); } + if( gpuData[i]->name.Active() ) + { + ImGui::PushFont( m_smallFont ); + TextFocused( "Name:", m_worker.GetString( gpuData[i]->name ) ); + ImGui::PopFont(); + } if( !gpuData[i]->hasCalibration ) { ImGui::TreePush();