wsi/wayland: document lack of vkAcquireNextImageKHR timeout support

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Eric Engestrom
2019-04-05 16:18:18 +01:00
committed by Eric Engestrom
parent 9826e04eca
commit da8d9e2d88
+10
View File
@@ -755,6 +755,16 @@ wsi_wl_swapchain_acquire_next_image(struct wsi_swapchain *wsi_chain,
{
struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain;
#ifdef DEBUG
/*
* TODO: We need to implement this
*/
if (info->timeout != 0 && info->timeout != UINT64_MAX)
{
fprintf(stderr, "timeout not supported; ignoring");
}
#endif
int ret = wl_display_dispatch_queue_pending(chain->display->wl_display,
chain->display->queue);
/* XXX: I'm not sure if out-of-date is the right error here. If