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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding note
  • Loading branch information
github-felipe-caputo authored Apr 23, 2018
commit 1ff5f5d9272abcaa5f6a54a44ead192d412f3607
4 changes: 3 additions & 1 deletion 02_Development_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,8 @@ Finally, you should be all set! Now if you run the project (remembering to setti

![](/images/xcode_output.png)

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.
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.

**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.

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