mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-05 06:39:52 +00:00
Vulkan : add structure type for color blend state (#2091)
This commit is contained in:
parent
af1ff4439d
commit
2aa2c1811f
@ -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.attachmentCount = m_draw_buffers_count;
|
||||||
properties.cs.pAttachments = properties.att_state;
|
properties.cs.pAttachments = properties.att_state;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user