You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2019. It is now read-only.
At https://github.com/KhronosGroup/Vulkan-Samples/blob/master/samples/apps/atw/atw_vulkan.c?ts=4#L4299 in the case of a false return code from #L4134 ,where current desktop size is still unset, results in these unset values later being used to recover the desktop size at #L4249 .
Clearing windowFullscreen would prevent this, but perhaps it would be better to bail in that case.