mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-15 02:56:50 +00:00
Fix validation error with dummy pipeline
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user