vkcube icon indicating copy to clipboard operation
vkcube copied to clipboard

Wayland fixes

Open kusma opened this issue 2 years ago • 0 comments

Error handling for vkAcquireNextImageKHR() in the Wayland-codepath was a bit willy-nilly. This fixes some of the more common errors.

In particular, failing to handle the VK_NOT_READY / VK_TIMEOUT errors makes vkcube not work at all for me, because 60ns is a veeeery short timeout, and is extremely likely to make timeouts trigger.

kusma avatar Jan 24 '23 10:01 kusma