glfw/glfw

VkWin32SurfaceCreateInfoKHR not found nor is the function prototype PFN_vkCreateWin32SurfaceKHR

onthegrid007 opened this issue · 0 comments

src/core/vulkan/instance.cpp:239:30: error: unknown type name 'PFN_vkCreateWin32SurfaceKHR'; did you mean 'PFN_vkDestroySurfaceKHR'?

Because it cant find the win32createsurface function prototype... I am wondering if it has changed since I last used it...
Any help would be great!