mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Fix possible compile error in VK_Load_Store_None test
This commit is contained in:
@@ -84,7 +84,7 @@ void main()
|
||||
if(!Init())
|
||||
return 3;
|
||||
|
||||
VkPipelineLayout layout = createPipelineLayout(vkh::PipelineLayoutCreateInfo({}));
|
||||
VkPipelineLayout layout = createPipelineLayout(vkh::PipelineLayoutCreateInfo());
|
||||
|
||||
AllocatedImage img(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user