Mac and Linux SDL2 binary snapshots
Edward Rudd
2020-05-02 4e3209e407d334dabb8b58cd5a21a5c6c65f5ef4
include/SDL2/SDL_vulkan.h
@@ -98,8 +98,8 @@
 *        applications to link with libvulkan (and historically MoltenVK was
 *        provided as a static library). If it is not found then, on macOS, SDL
 *        will attempt to load \c vulkan.framework/vulkan, \c libvulkan.1.dylib,
 *        \c MoltenVK.framework/MoltenVK and \c libMoltenVK.dylib in that order.
 *        On iOS SDL will attempt to load \c libMoltenVK.dylib. Applications
 *        followed by \c libvulkan.dylib, in that order.
 *        On iOS SDL will attempt to load \c libvulkan.dylib only. Applications
 *        using a dynamic framework or .dylib must ensure it is included in its
 *        application bundle.
 *