mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 12:02:00 +00:00
Load libMoltenVK.dylib instead
This commit is contained in:
parent
3cbaf61936
commit
4512d49486
@ -465,7 +465,7 @@ void* _glfwLoadLocalVulkanLoaderCocoa(void)
|
||||
return NULL;
|
||||
|
||||
CFURLRef loaderUrl = CFURLCreateCopyAppendingPathComponent(
|
||||
kCFAllocatorDefault, frameworksUrl, CFSTR("libvulkan.1.dylib"), false);
|
||||
kCFAllocatorDefault, frameworksUrl, CFSTR("libMoltenVK.dylib"), false);
|
||||
if (!loaderUrl)
|
||||
{
|
||||
CFRelease(frameworksUrl);
|
||||
|
Loading…
Reference in New Issue
Block a user