Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't able to create windows surface #327

Open
ashwith2427 opened this issue Dec 26, 2024 · 1 comment
Open

Can't able to create windows surface #327

ashwith2427 opened this issue Dec 26, 2024 · 1 comment

Comments

@ashwith2427
Copy link

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.

@charles-lunarg
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants