diff --git a/.gitmodules b/.gitmodules index 48feb4a81e..d0b5eb8686 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,3 +27,6 @@ [submodule "3rdparty/glslang/glslang"] path = 3rdparty/glslang/glslang url = https://github.com/KhronosGroup/glslang.git +[submodule "3rdparty/vulkan-headers"] + path = 3rdparty/vulkan-headers + url = https://github.com/KhronosGroup/Vulkan-Headers.git diff --git a/3rdparty/vulkan-headers b/3rdparty/vulkan-headers new file mode 160000 index 0000000000..52a76fd0a6 --- /dev/null +++ b/3rdparty/vulkan-headers @@ -0,0 +1 @@ +Subproject commit 52a76fd0a693708eb8c25bd0ab7a1008091f64d4