diff --git a/src/vulkan/wsi/wsi_common.c b/src/vulkan/wsi/wsi_common.c index c1cecc2622a..60db4cb00a0 100644 --- a/src/vulkan/wsi/wsi_common.c +++ b/src/vulkan/wsi/wsi_common.c @@ -961,7 +961,7 @@ wsi_common_queue_present(const struct wsi_device *wsi, goto fail_present; } for (uint32_t s = 0; s < pPresentInfo->waitSemaphoreCount; s++) - stage_flags[s] = VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT; + stage_flags[s] = VK_PIPELINE_STAGE_ALL_COMMANDS_BIT; submit_info.pWaitDstStageMask = stage_flags; }