-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I am not able to use the Nuget for iOS in Xamarin. One of the first things I am doing in my (working) Vulkan code (on Android) is to use "vkEnumerateInstanceExtensionProperties", which results in a "System.InvalidOperationException: 'Could not load libvulkan.dylib'". As I can read from the documentation on Vulkan iOS / Mac OS, the Vulkan Loader utilizing the libvulkan.dylib files is not supported on iOS and one has to use the libMoltenVK.dylib instead. I guess the error simply comes from the Nuget trying to load the file, which is impossible on the iOS device; Are there anything I can do to omit this, or something I have misunderstood?
Thank you! :)
Metadata
Metadata
Assignees
Labels
No labels