mono / VulkanSharp

Open source .NET binding for the Vulkan API
MIT License
538 stars 61 forks source link

`CreateIOSSurfaceMVK`, when to become available #78

Open yuhr opened 6 years ago

yuhr commented 6 years ago

Hi, CreateIOSSurfaceMVK seems to have been implemented in this repo a half year ago. How can I use it now? Why the member function gets stripped from Handle.cs when I build the library?

TillAlex commented 6 years ago

You can find it in Vulkan.iOS.dll. However you will have problems using VulkanSharp with iOS, because the library path for Vulkan.dll is not correct for iOS. For us it is working if we compile it with changed dllimport path. See #71 for details.