Now using Volk rather than statically linking the Vulkan loader

This commit is contained in:
2020-06-23 15:08:39 -07:00
parent 4761bbc66b
commit 172ca74f70
6 changed files with 59 additions and 4 deletions

6
.gitmodules vendored
View File

@@ -10,3 +10,9 @@
[submodule "3rdparty/glslang"]
path = 3rdparty/glslang
url = git@github.com:KhronosGroup/glslang.git
[submodule "3rdparty/vulkan"]
path = 3rdparty/vulkan
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "3rdparty/volk"]
path = 3rdparty/volk
url = https://github.com/zeux/volk