Skip to content

zink: pass nr_cbufs to vkCmdSetColorWriteEnableEXT

Erik Faye-Lund requested to merge kusma/mesa:zink-color-write-fix into main

VUID-vkCmdDrawMultiEXT-attachmentCount-06667 specifies that attachmentCount needs to match the attachment count from the blend-state, but we're setting it to maxColorAttachments.

Merge request reports