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

Add fallback library names #2230

Merged
merged 1 commit into from
Jun 17, 2023
Merged

Add fallback library names #2230

merged 1 commit into from
Jun 17, 2023

Conversation

CodesOtakuYT
Copy link
Contributor

Additions

  • Add fallback library names

This change doesn't break compatibility, it's only an implementation detail of trying to load the library with alternative names in case of failure instead of giving up.

The only detail that needs attention, is the fact that am returning the error of the last attempt of loading the library instead of all the errors which would require some breaking changes and more design decisions but provide the user with more information about all the attempts done.

@CodesOtakuYT
Copy link
Contributor Author

I got the library names from https://github.com/zeux/volk/blob/master/volk.c
And yes I did run cargo fmt

@Rua Rua merged commit 3fdf75a into vulkano-rs:master Jun 17, 2023
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
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