krh / vkcube

Spinning Vulkan Cube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why link with libvulkan-1?

Jajcus opened this issue · comments

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?

Seems fixed in 687e2d2