Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around mono-level crash on iOS with interpreter #1

Merged
merged 3 commits into from
Mar 23, 2023

Conversation

frenzibyte
Copy link
Member

It turns out that Mono interpreter doesn't like specific signatures and would crash at runtime on them. This PR works around that by relying on a native library to do the call, and expose the method to Veldrid in a signature that's more friendly with Mono.

The native library unfortunately can't be referenced here because no project targets iOS. It has to be added against o!f's side instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants