-
-
Notifications
You must be signed in to change notification settings - Fork 440
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
I'm following the tutorial over at vulkan-tutorial.com, but in c# with Silk.Net.Vulkan and Silk.Net.GLFW. Most of the tutorial translated well, except for GetPhysicalDeviceSurfaceSupport which throws Silk.NET.Core.Loader.SymbolLoadingException: Native symbol not found (Symbol: vkGetPhysicalDeviceSurfaceSupportKHR).
Steps to reproduce
- Platform: Desktop (PopOS/Linux)
- Framework Version: .NET 6
- API: Vulkan
- API Version: Vulkan 1.2
- Initialize vulkan instance with GLFW extensions
- Enumerate over GetPhysicalDeviceQueueFamilyProperties
- Check if a family index returns true when using GetPhysicalDeviceSurfaceSupport
- Crash with the exception above
Comments
I am new to vulkan, but decently know c#. I have tested the tutorial's c++ example, it compiled an ran, so the function does exist on my computer.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working