Vk tests ignore default pipeline in headless mode

Fixes crash trying to launch VK_Compute_Only
This commit is contained in:
Jake Turner
2023-07-20 16:48:56 +01:00
committed by Jake Turner
parent 944b38dc1f
commit 117db087a4
+1
View File
@@ -751,6 +751,7 @@ bool VulkanGraphicsTest::Init()
headlessCmds = new VulkanCommands(this);
if(!headless)
{
VkPipelineLayout layout = createPipelineLayout(vkh::PipelineLayoutCreateInfo());