mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Vk tests ignore default pipeline in headless mode
Fixes crash trying to launch VK_Compute_Only
This commit is contained in:
@@ -751,6 +751,7 @@ bool VulkanGraphicsTest::Init()
|
||||
|
||||
headlessCmds = new VulkanCommands(this);
|
||||
|
||||
if(!headless)
|
||||
{
|
||||
VkPipelineLayout layout = createPipelineLayout(vkh::PipelineLayoutCreateInfo());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user