From 49051c2d90458a2d1c994f39c86be07743a8c355 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sun, 18 Aug 2019 02:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E6=A8=A1=E5=9D=97=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=AC=AC=E4=B8=89=E6=96=B9=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdpty/.gitmodules => .gitmodules | 12 ++++++++++++ 3rdpty/MathGeoLib | 1 + 3rdpty/SPIRV-Cross | 1 + 3rdpty/assimp | 1 + 3rdpty/glslang | 1 + 3rdpty/jsoncpp | 1 + 6 files changed, 17 insertions(+) rename 3rdpty/.gitmodules => .gitmodules (51%) create mode 160000 3rdpty/MathGeoLib create mode 160000 3rdpty/SPIRV-Cross create mode 160000 3rdpty/assimp create mode 160000 3rdpty/glslang create mode 160000 3rdpty/jsoncpp diff --git a/3rdpty/.gitmodules b/.gitmodules similarity index 51% rename from 3rdpty/.gitmodules rename to .gitmodules index 22ece8de..6fb540fd 100644 --- a/3rdpty/.gitmodules +++ b/.gitmodules @@ -13,3 +13,15 @@ [submodule "assimp"] path = assimp url = https://github.com/assimp/assimp.git +[submodule "3rdpty/SPIRV-Cross"] + path = 3rdpty/SPIRV-Cross + url = https://github.com/KhronosGroup/SPIRV-Cross +[submodule "3rdpty/glslang"] + path = 3rdpty/glslang + url = https://github.com/KhronosGroup/glslang.git +[submodule "3rdpty/jsoncpp"] + path = 3rdpty/jsoncpp + url = https://github.com/open-source-parsers/jsoncpp +[submodule "3rdpty/assimp"] + path = 3rdpty/assimp + url = https://github.com/assimp/assimp.git diff --git a/3rdpty/MathGeoLib b/3rdpty/MathGeoLib new file mode 160000 index 00000000..35058b7f --- /dev/null +++ b/3rdpty/MathGeoLib @@ -0,0 +1 @@ +Subproject commit 35058b7f881c2a2ad00bf21c083aa88a70277864 diff --git a/3rdpty/SPIRV-Cross b/3rdpty/SPIRV-Cross new file mode 160000 index 00000000..4ce04480 --- /dev/null +++ b/3rdpty/SPIRV-Cross @@ -0,0 +1 @@ +Subproject commit 4ce04480ec5469fe7ebbdd66c3016090a704d81b diff --git a/3rdpty/assimp b/3rdpty/assimp new file mode 160000 index 00000000..1cb23134 --- /dev/null +++ b/3rdpty/assimp @@ -0,0 +1 @@ +Subproject commit 1cb23134b8f6f806ba3302e03c942cefe8eb4d69 diff --git a/3rdpty/glslang b/3rdpty/glslang new file mode 160000 index 00000000..95609e6d --- /dev/null +++ b/3rdpty/glslang @@ -0,0 +1 @@ +Subproject commit 95609e6d923a9cf9593afca36ab1c419999f3519 diff --git a/3rdpty/jsoncpp b/3rdpty/jsoncpp new file mode 160000 index 00000000..2cf939e8 --- /dev/null +++ b/3rdpty/jsoncpp @@ -0,0 +1 @@ +Subproject commit 2cf939e8c37494922ca2991902a0fe50baa2eaea