Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2473e commit 4f9af29Copy full SHA for 4f9af29
1 file changed
en/03_Drawing_a_triangle/01_Presentation/00_Window_surface.md
@@ -49,7 +49,9 @@ window and the process.You need to define VK_USE_PLATFORM_WIN32_KHR before
49
including vulkan header file. Because include vulkan header file we define it
50
before including glfw header.
51
52
-```#define GLFW_INCLUDE_VULKAN
+```
53
+#define VK_USE_PLATFORM_WIN32_KHR
54
+#define GLFW_INCLUDE_VULKAN
55
#include <GLFW/glfw3.h>
56
```
57
0 commit comments