Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67ed7fe

Browse files
Adding note
1 parent 3374a7d commit 67ed7fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

02_Development_environment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,8 @@ Finally, you should be all set! Now if you run the project (remembering to setti
606606

607607
![](/images/xcode_output.png)
608608

609-
The number of extensions should be non-zero. The other logs are from the libraries, you might get different messages from those depending on tour configuration.
609+
The number of extensions should be non-zero. The other logs are from the libraries, you might get different messages from those depending on your configuration.
610+
611+
**Note:** When using this configuration remember to keep `#include <vulkan/vulkan.h>` instead of `#define GLFW_INCLUDE_VULKAN` when creating your applications, otherwise the code won't build.
610612

611613
You are now all set for [the real thing](!Drawing_a_triangle/Setup/Base_code).

0 commit comments

Comments
 (0)