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

@@ -56,7 +56,8 @@ int ApplicationRun(IApplication::EPlatformType platform,
const std::vector<std::string>& args,
bool singleInstance)
{
logvisor::RegisterThreadName("Boo Main Thread");
std::string thrName = friendlyName + " Main Thread";
logvisor::RegisterThreadName(thrName.c_str());
if (APP)
return 1;
if (platform == IApplication::EPlatformType::Wayland)