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

libretro: Don't use VulkanLoader to load the vulkan library #19456

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

warmenhoven
Copy link
Contributor

VulkanLoad() is going to try to open the Vulkan library, which on iOS 12 doesn't work, for reasons I'm happy to get into but aren't relevant. Rather than keep patching VulkanLoad() to find the libretro Vulkan library in random places, just use the Vulkan context that's passed by libretro, since we can get everything we need from there anyway.

Copy link
Owner

@hrydgard hrydgard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks better indeed!

@hrydgard hrydgard added this to the v1.18.0 milestone Sep 14, 2024
@hrydgard hrydgard added Libretro Issue on Libretro but not all ports. Vulkan labels Sep 14, 2024
@hrydgard hrydgard merged commit ebe7ba2 into hrydgard:master Sep 14, 2024
19 checks passed
@warmenhoven warmenhoven deleted the warmenhoven/pr/vulkan-context branch September 14, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Libretro Issue on Libretro but not all ports. Vulkan
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants