On my setup (Win11, NV RTX 4070, latest Vulkan developer driver), all samples will exit with "" when closing:
vk::Queue::presentKHR: ErrorOutOfDateKHR
V:\...\Vulkan-Tutorial\attachments\build\30_multisampling\Debug\30_multisampling.exe (process 19868) exited with code 1 (0x1).
It looks like this is an exception thrown by the vulkan-hpp module, which is not handled by the app, and as such results in the app exiting.
On my setup (Win11, NV RTX 4070, latest Vulkan developer driver), all samples will exit with "" when closing:
It looks like this is an exception thrown by the vulkan-hpp module, which is not handled by the app, and as such results in the app exiting.