From 74ac091b23285b43ff1a691905bdb237fc1bc122 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Sat, 16 Sep 2023 10:50:10 +0300 Subject: [PATCH] added vulkan submodule --- .gitmodules | 4 ++++ third-party/vulkan | 1 + 2 files changed, 5 insertions(+) create mode 160000 third-party/vulkan diff --git a/.gitmodules b/.gitmodules index abb8fc02..9f2d7480 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,3 +33,7 @@ path = third-party/toml11 url = https://github.com/ToruNiina/toml11 branch = master +[submodule "third-party/vulkan"] + path = third-party/vulkan + url = https://github.com/shadps4/vulkan.git + branch = main diff --git a/third-party/vulkan b/third-party/vulkan new file mode 160000 index 00000000..b684e9e8 --- /dev/null +++ b/third-party/vulkan @@ -0,0 +1 @@ +Subproject commit b684e9e87614d64259a4b2c2253078c167377703