Skip to content

vulkan/wsi: define pWaitDstStageMask in the blit submission

Pierre-Eric Pelloux-Prayer requested to merge pepp/mesa:vk_wsi_fix_crash into main

Otherwise we get a crash in vk_common_QueueSubmit when doing: .stageMask = pSubmits[s].pWaitDstStageMask[i],

cc: mesa-stable Closes: #6712 (closed)

Merge request reports