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 4f9af29 commit ba33a94Copy full SHA for ba33a94
1 file changed
code/05_window_surface.cpp
@@ -1,5 +1,8 @@
1
+#define VK_USE_PLATFORM_WIN32_KHR
2
#define GLFW_INCLUDE_VULKAN
3
#include <GLFW/glfw3.h>
4
+#define GLFW_EXPOSE_NATIVE_WIN32
5
+#include <GLFW/glfw3native.h>
6
7
#include <iostream>
8
#include <stdexcept>
0 commit comments