diff --git a/rpcs3/Emu/RSX/VK/VKGSRender.cpp b/rpcs3/Emu/RSX/VK/VKGSRender.cpp index c08ebcf182..e8218a704a 100644 --- a/rpcs3/Emu/RSX/VK/VKGSRender.cpp +++ b/rpcs3/Emu/RSX/VK/VKGSRender.cpp @@ -925,7 +925,8 @@ bool VKGSRender::load_program() properties.att_state[render_targets[idx]].blendEnable = VK_FALSE; } } - + + properties.cs.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO; properties.cs.attachmentCount = m_draw_buffers_count; properties.cs.pAttachments = properties.att_state;