lovr icon indicating copy to clipboard operation
lovr copied to clipboard

More general vulkan loading

Open Frityet opened this issue 11 months ago • 1 comments

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 avatar Mar 13 '25 11:03 Frityet

all resolved

Frityet avatar Mar 17 '25 17:03 Frityet