[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 c0acb26142
commit dc0c8b781b
4 changed files with 0 additions and 5 deletions

View File

@ -72,7 +72,6 @@ project("xenia-app")
"xcb",
"X11-xcb",
"GL",
"vulkan",
})
filter("platforms:Windows")

View File

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

View File

@ -47,7 +47,6 @@ project("xenia-hid-demo")
"xcb",
"X11-xcb",
"GL",
"vulkan",
})
filter("platforms:Windows")

View File

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