mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 05:18:12 +02:00
The Vulkan Specification states about possible return values from vkAcquireNextImageKHR: * VK_NOT_READY is returned if timeout is zero and no image was available. * VK_TIMEOUT is returned if timeout is greater than zero and less than UINT64_MAX, and no image beae available within the time allowed. That is, if info->timeout is larger than zero, the function must return VK_TIMEOUT instead of VK_NOT_READY if no image became available before the timeout elapsed. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21190> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| wsi_common.c | ||
| wsi_common.h | ||
| wsi_common_display.c | ||
| wsi_common_display.h | ||
| wsi_common_drm.c | ||
| wsi_common_drm.h | ||
| wsi_common_private.h | ||
| wsi_common_queue.h | ||
| wsi_common_wayland.c | ||
| wsi_common_win32.cpp | ||
| wsi_common_x11.c | ||