Open TillAlex opened 6 years ago
Any news?
Maybe adding this line in Vulkan.dll.config might work?
<dllmap dll="vulkan-1" os="osx" target="__Internal" />
Maybe adding this line in Vulkan.dll.config might work?
<dllmap dll="vulkan-1" os="osx" target="__Internal" />
Does not work for me. Anyone got this working?
Until now I have to compile a different version for MoltenVK/iOS with "__Internal" as library path. Would be great if VulkanSharp would support MoltenVK/iOS out of the box. Perhaps this could be achieved using dllmap in .config? Or is it better to compile one Vulkan.iOS.dll including everything from Vulkan.dll with correct library path?