Skip to content

comp: Create second pipeline for premultiplied alpha blending

Christoph Haag requested to merge haagch/monado:premultiplied_blend into master

Fixes "Source Alpha Blending" conformance test.

Alternatively it should be possible to avoid creating a second pipeline by attaching both blend states with VkGraphicsPipelineCreateInfo.pColorBlendState.pAttachments, though the code might become more confusing with it.

Merge request reports