<div dir="ltr">Thank you for the clarification. </div><br><div class="gmail_quote"><div dir="ltr">On Sat, 5 May 2018 at 14:31 Daniel Stone <<a href="mailto:daniel@fooishbar.org">daniel@fooishbar.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 5 May 2018 at 10:15, Mike Lothian <<a href="mailto:mike@fireburn.co.uk" target="_blank">mike@fireburn.co.uk</a>> wrote:<br>
> Out of interest can you try running the vulkan smoketest, I'm seeing this:<br>
><br>
> smoketest<br>
> terminate called after throwing an instance of 'std::runtime_error'<br>
>  what():  VkResult -1000001004 returned<br>
> Aborted (core dumped)<br>
<br>
VK_ERROR_OUT_OF_DATE_KHR is returned from vkQueuePresentKHR when the<br>
application _must_ recreate the swapchain it uses for rendering.<br>
Usually this happens due to the window resizing (which the window<br>
manager can do), which Vulkan apps _must_ handle themselves. The<br>
smoketest chooses to handle this error by crashing.<br>
</blockquote></div>