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

Skip to content

Commit ba33a94

Browse files
authored
Update 05_window_surface.cpp
1 parent 4f9af29 commit ba33a94

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

code/05_window_surface.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
#define VK_USE_PLATFORM_WIN32_KHR
12
#define GLFW_INCLUDE_VULKAN
23
#include <GLFW/glfw3.h>
4+
#define GLFW_EXPOSE_NATIVE_WIN32
5+
#include <GLFW/glfw3native.h>
36

47
#include <iostream>
58
#include <stdexcept>

0 commit comments

Comments
 (0)