mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-13 09:15:36 +00:00
Posix vulkan should refer to libvulkan.so.1, not libvulkan.so
This commit is contained in:
@@ -213,4 +213,4 @@ VkResult WrappedVulkan::vkCreateAndroidSurfaceKHR(VkInstance instance,
|
||||
}
|
||||
#endif
|
||||
|
||||
const char *VulkanLibraryName = "libvulkan.so";
|
||||
const char *VulkanLibraryName = "libvulkan.so.1";
|
||||
|
||||
Reference in New Issue
Block a user