Add option to name threads and name main thread
This commit is contained in:
@@ -17,6 +17,7 @@ namespace openVulkanoCpp
|
||||
GraphicsAppManager::GraphicsAppManager(openVulkanoCpp::IGraphicsApp* app, RenderAPI::RenderApi renderApi)
|
||||
: app(app), renderApi(renderApi)
|
||||
{
|
||||
Utils::SetThreadName("Main");
|
||||
Logger::SetupLogger();
|
||||
if (!app)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user