[linux vulkan] Remove linking directly with vulkan

Using volk means vulkan linking is done at runtime with the dl library.
This commit is contained in:
Sandy Carter 2019-08-21 23:36:49 +02:00
parent 271c91e115
commit 0380067105
No known key found for this signature in database
GPG Key ID: CBEF579D87B6E212
3 changed files with 0 additions and 4 deletions

View File

@ -74,7 +74,6 @@ project("xenia-app")
"X11",
"xcb",
"X11-xcb",
"vulkan",
"SDL2",
})

View File

@ -73,7 +73,6 @@ project("xenia-gpu-vulkan-trace-viewer")
"xcb",
"X11-xcb",
"GL",
"vulkan",
})
filter("platforms:Windows")
@ -142,7 +141,6 @@ project("xenia-gpu-vulkan-trace-dump")
"xcb",
"X11-xcb",
"GL",
"vulkan",
})
filter("platforms:Windows")

View File

@ -57,5 +57,4 @@ project("xenia-ui-window-vulkan-demo")
"xcb",
"X11-xcb",
"GL",
"vulkan",
})