Restore VkShaderModule caching

This commit is contained in:
Jack Andersen
2017-11-07 16:24:07 -10:00
parent 2cd7de7a28
commit 3cd375e67b
5 changed files with 28 additions and 28 deletions

View File

@@ -433,7 +433,8 @@ public:
std::unique_lock<std::mutex> innerLk(initmt);
innerLk.unlock();
initcv.notify_one();
logvisor::RegisterThreadName("Boo Client Thread");
std::string thrName = getFriendlyName() + " Client Thread";
logvisor::RegisterThreadName(thrName.c_str());
clientReturn = m_callback.appMain(this);
pthread_kill(mainThread, SIGUSR2);
});