mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-27 16:15:49 +00:00
Persist the statistics viewer into window layouts
This commit is contained in:
@@ -462,6 +462,8 @@ namespace renderdocui.Windows
|
||||
return m_Core.GetDebugMessages();
|
||||
else if (IsPersist(persistString, typeof(TimelineBar).ToString()))
|
||||
return m_Core.GetTimelineBar();
|
||||
else if (IsPersist(persistString, typeof(StatisticsViewer).ToString()))
|
||||
return m_Core.GetStatisticsViewer();
|
||||
else if (IsPersist(persistString, typeof(Dialogs.PythonShell).ToString()))
|
||||
{
|
||||
return new Dialogs.PythonShell(m_Core);
|
||||
|
||||
Reference in New Issue
Block a user