mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 16:36:31 +00:00
Re-organise Analytics structures a bit to be more processing friendly
This commit is contained in:
@@ -679,7 +679,7 @@ void MainWindow::LoadCapture(const QString &filename, bool temporary, bool local
|
||||
}
|
||||
else
|
||||
{
|
||||
ANALYTIC_ADDUNIQ(APIsUsed, driver);
|
||||
ANALYTIC_ADDUNIQ(APIs, driver);
|
||||
}
|
||||
|
||||
m_Ctx.LoadCapture(fileToLoad, origFilename, temporary, local);
|
||||
|
||||
Reference in New Issue
Block a user