SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetColorBlend()

std::vector< VkPipelineColorBlendAttachmentState > & Spices::RendererSubPass::GetColorBlend ( )
inline

Get VkPipelineColorBlendAttachmentState.

Returns
Returns VkPipelineColorBlendAttachmentState vector.

Definition at line 174 of file RendererSubPass.h.

174{ return m_ColorBlends; }
std::vector< VkPipelineColorBlendAttachmentState > m_ColorBlends
Sub pass used VkPipelineColorBlendAttachmentState.