Fix validation error with dummy pipeline

This commit is contained in:
baldurk
2023-10-25 17:56:38 +01:00
parent de6f4346b7
commit 47d7f47b5a
+1 -1
View File
@@ -739,7 +739,7 @@ VulkanDebugManager::VulkanDebugManager(WrappedVulkan *driver)
false, // depthEnable
false, // stencilEnable
VK_STENCIL_OP_REPLACE,
false, // colourOutput
true, // colourOutput
false, // blendEnable
VK_BLEND_FACTOR_ONE,
VK_BLEND_FACTOR_ZERO,