Open yuhr opened 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.
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 fromHandle.cs
when I build the library?