[Vulkan] Load Vulkan manually for more lifetime and extension control

This commit is contained in:
Triang3l
2021-07-11 22:56:01 +03:00
parent 458e4e1a31
commit 692e329e9c
38 changed files with 1224 additions and 788 deletions

View File

@@ -8,7 +8,6 @@ project("xenia-gpu-vulkan")
language("C++")
links({
"fmt",
"volk",
"xenia-base",
"xenia-gpu",
"xenia-ui",
@@ -57,7 +56,6 @@ project("xenia-gpu-vulkan-trace-viewer")
"mspack",
"snappy",
"spirv-tools",
"volk",
"xxhash",
})
defines({
@@ -126,7 +124,6 @@ project("xenia-gpu-vulkan-trace-dump")
"mspack",
"snappy",
"spirv-tools",
"volk",
"xxhash",
})
defines({