From 6d53ec32d0ca34242476f173811d5f1fac611a83 Mon Sep 17 00:00:00 2001 From: kearwood Date: Wed, 28 Sep 2022 22:34:06 -0700 Subject: [PATCH] Add Compressonator submodule --- .gitmodules | 3 +++ 3rdparty/compressonator | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rdparty/compressonator diff --git a/.gitmodules b/.gitmodules index 20f4990..efbf647 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "spirvreflect"] path = 3rdparty/spirv-reflect url = https://github.com/KhronosGroup/SPIRV-Reflect.git +[submodule "3rdparty/compressonator"] + path = 3rdparty/compressonator + url = https://github.com/GPUOpen-Tools/compressonator.git diff --git a/3rdparty/compressonator b/3rdparty/compressonator new file mode 160000 index 0000000..bab59d4 --- /dev/null +++ b/3rdparty/compressonator @@ -0,0 +1 @@ +Subproject commit bab59d4330e64612a1bb0c18dce0f70b48fef395