You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thats... an odd issue. Are you linking to Vulkan directly? vkCreateWin32SurfaceKHR is a WSI function so happens to be provided by vulkan-1.dll/libvulkan.so at startup time (as opposed to needing to load the function before using it).
Can you provide more details about your situation like compiler, platform, what other libraries are you using, how you built it, etc etc.
Apologies for the delayed response, 'twas the holidays after all.
All things are working fine but when i am going to create surface using vkCreateWin32SurfaceKHR. It is not able to find symbol.
unable to find symbol vkCreateWin32SurfaceKHR.
The text was updated successfully, but these errors were encountered: