Why link with libvulkan-1?
Jajcus opened this issue · 1 comments
Jajcus commented
The official Linux Vulkan loader soname is 'libvulkan.so.1" and the library name for linking is 'vulkan' (libvulkan.so), not 'vulkan-1' (libvulkan-1.so).
I can see the commit changing '-lvulkan' to '-lvulkan-1'. Why was this change made?
MattSturgeon commented
Seems fixed in 687e2d2