From c50e2af53eb0d2cf5aa35dbb49e4844ebc2ecc7d Mon Sep 17 00:00:00 2001 From: Robin Liu Date: Tue, 3 Oct 2023 14:45:18 -0400 Subject: [PATCH] Add OpenXR-SDK to third_party --- .gitmodules | 3 +++ third_party/OpenXR-SDK | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/OpenXR-SDK diff --git a/.gitmodules b/.gitmodules index 43e5743fb..dc00f5356 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,6 @@ [submodule "third_party/Vulkan-Headers"] path = third_party/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers.git +[submodule "third_party/OpenXR-SDK"] + path = third_party/OpenXR-SDK + url = https://github.com/KhronosGroup/OpenXR-SDK.git diff --git a/third_party/OpenXR-SDK b/third_party/OpenXR-SDK new file mode 160000 index 000000000..55224479a --- /dev/null +++ b/third_party/OpenXR-SDK @@ -0,0 +1 @@ +Subproject commit 55224479ab13db8ebc8ab1e3d49197bce6201b0b