Give our threads debugger-friendly names

This commit is contained in:
baldurk
2019-12-19 17:46:10 +00:00
parent 2620f0bb8c
commit 27098f8f70
20 changed files with 174 additions and 0 deletions
@@ -158,6 +158,7 @@ static ShaderToolOutput RunTool(const ShaderProcessingTool &tool, QWidget *windo
process.moveToThread(mainThread);
});
thread->setName(lit("ShaderProcessingTool %s").arg(tool.name));
thread->moveObjectToThread(&process);
thread->start();