[Bug 101081] Error when resizing windows while running Vulkan Examples from SDK

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 2 20:46:14 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=101081

--- Comment #3 from tony at lunarg.com ---
The VK_ERROR_OUT_OF_DATE warning is there because the spec defines that return
value as an error even though it is completely expected on resize.

The hang and vkWaitForFences warning were a result of the recent change to
synchronization in the cube demo that did not adequately address the
VK_ERROR_OUT_OF_DATE path through window resize.  With commit '982232 demos:
Fix fence sync after new throttling scheme', I've addressed that issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20170602/ee11205b/attachment.html>


More information about the intel-3d-bugs mailing list