From 9ac5b603a258b61a54e7f674d449b78b54ef31f8 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 4 Mar 2022 16:05:47 -0700 Subject: [PATCH] gpu-dawn: add libs/DirectXShaderCompiler submodule / minor fork Signed-off-by: Stephen Gutekanst --- .gitmodules | 6 ++++++ gpu-dawn/.gitmodules | 6 ++++++ gpu-dawn/libs/DirectXShaderCompiler | 1 + 3 files changed, 13 insertions(+) create mode 160000 gpu-dawn/libs/DirectXShaderCompiler diff --git a/.gitmodules b/.gitmodules index 3b4871b329..6f417bd92c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,9 @@ url = https://github.com/hexops/dawn.git shallow = true branch = "generated-2022-02-17" +[submodule "gpu-dawn/libs/DirectXShaderCompiler"] + path = gpu-dawn/libs/DirectXShaderCompiler + url = https://github.com/hexops/DirectXShaderCompiler + shallow = true + branch = "mach" + diff --git a/gpu-dawn/.gitmodules b/gpu-dawn/.gitmodules index 474f139053..f54dd3957a 100644 --- a/gpu-dawn/.gitmodules +++ b/gpu-dawn/.gitmodules @@ -3,3 +3,9 @@ url = https://github.com/hexops/dawn.git shallow = true branch = "generated-2022-02-17" +[submodule "gpu-dawn/libs/DirectXShaderCompiler"] + path = gpu-dawn/libs/DirectXShaderCompiler + url = https://github.com/hexops/DirectXShaderCompiler + shallow = true + branch = "mach" + diff --git a/gpu-dawn/libs/DirectXShaderCompiler b/gpu-dawn/libs/DirectXShaderCompiler new file mode 160000 index 0000000000..9832f72b8a --- /dev/null +++ b/gpu-dawn/libs/DirectXShaderCompiler @@ -0,0 +1 @@ +Subproject commit 9832f72b8ab48ca5a80b32ec5592812921833dc8