Skip to content

Missing iOS support? #36

@JesperLykke

Description

@JesperLykke

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions