mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +00:00
Vulkan : add structure type for color blend state (#2091)
This commit is contained in:
parent
af1ff4439d
commit
2aa2c1811f
1 changed files with 2 additions and 1 deletions
|
@ -926,6 +926,7 @@ bool VKGSRender::load_program()
|
|||
}
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue