From a60ded5c943cb0f1ba4728c59f13ef9a4b70e240 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 21 Oct 2021 18:44:38 +1000 Subject: [PATCH] 3rdparty: Add Vulkan headers --- .gitmodules | 3 +++ 3rdparty/vulkan-headers | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rdparty/vulkan-headers 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