On the base code page we set up a window using GLFW and it mentions that:
When you run the program now, you should see a window titled Vulkan show up until the application is terminated by closing the window.
This is not the case for wayland, as it will not show a window until you swap buffers.
On the base code page we set up a window using GLFW and it mentions that:
This is not the case for wayland, as it will not show a window until you swap buffers.