You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS, calling SDL_Vulkan_LoadLibrary(NULL) is supposed to look for libvulkan or libMoltenVK.
However, if an app is sandboxed, it appears that this lookup is done in ~/Library/Containers/your.app.id/Data rather than /path/to/App/Contents/MacOS, which will cause Vulkan loading to fail.