Skip to content

zink: do not use undefined stage mask if on missing KHR_synchronization2

What does this MR do and why?

VK_PIPELINE_STAGE_NONE can only be set as dstStageMask if KHR_synchronization2 is defined.

Merge request reports