<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Error when resizing windows while running Vulkan Examples from SDK"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101081#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Error when resizing windows while running Vulkan Examples from SDK"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101081">bug 101081</a>
              from <span class="vcard"><a class="email" href="mailto:tony@lunarg.com" title="tony@lunarg.com">tony@lunarg.com</a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>