Skip to content

Commit a0e804f

Browse files
committed
Add note on window not showing up on Wayland
See Overv/VulkanTutorial#384
1 parent 5f36bc0 commit a0e804f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

en/02_Development_environment.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,9 @@ Running `make test` should show the program running successfully, and displaying
400400
The application should exit with the success return code (`0`) when you close the empty window.
401401
You should now have a complete makefile that resembles the following:
402402

403+
[NOTE]
404+
If you're on Wayland and the window does not show up: Don't worry. The Wayland compositor might only display a window when the application actually presents something. The window will start to show up on Wayland once we reach the first chapter where we actually present to the window.
405+
403406
[,make]
404407
----
405408
CFLAGS = -std=c++17 -O2

0 commit comments

Comments
 (0)