Skip to content

zink: Don't pass a blend state when we have full ds3 support

Gert Wollny requested to merge gerddie/mesa:zink-fix-blend-state-dynamic into main

The blend state is considered to be dynamic when no VkPipelineColorBlendStateCreateInfo is passed in at pipeline creation.

Fixes: VUID-VkGraphicsPipelineCreateInfo-renderPass-06055 when running "Quern - Undying thoughts" when the GFX level enables blending.

Merge request reports

Loading