mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-21 05:05:44 +00:00
Set demo window title for vulkan tests
This commit is contained in:
@@ -744,7 +744,7 @@ bool VulkanGraphicsTest::Init()
|
||||
|
||||
if(!headless)
|
||||
{
|
||||
mainWindow = MakeWindow(screenWidth, screenHeight, "Autotesting");
|
||||
mainWindow = MakeWindow(screenWidth, screenHeight, screenTitle);
|
||||
|
||||
if(!mainWindow->Initialised())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user