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

More general vulkan loading #857

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
Open

Conversation

Frityet
Copy link

@Frityet Frityet commented Mar 13, 2025

The order of loading (for Linux/MacOS) is now:

  • check the executable itself
  • if MacOS:
    • libvulkan.1.dylib
    • libvulkan.dylib
    • libMoltenVK.dylib
    • vulkan.framework/vulkan
    • MoltenVK.framework/MoltenVK
  • elseif linux:
    • libvulkan.1.so
    • libvulkan.so

@Frityet
Copy link
Author

Frityet commented Mar 17, 2025

all resolved

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