From e673e6c5d47d9876ecaac9f830d7b5248eb473f6 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 17 Apr 2022 23:39:34 -0700 Subject: [PATCH] gpu-dawn: update Dawn to latest revision as of 2022-04-17 (#231) Updates Dawn to latest revision as of 2022-04-17 https://github.com/hexops/dawn/commit/69daaab75938cbe10c40f1a04988d46e09c3007d * Followed https://github.com/hexops/dawn/tree/main/mach#updating * Includes a fix for UB issue https://github.com/hexops/dawn/pull/9 (I will send a CL for this upstream soon.) * Verified examples run on macOS (other OSes will get built by CI and verified later) Closes hexops/mach#221 Signed-off-by: Stephen Gutekanst --- .gitmodules | 6 +++--- gpu-dawn/.gitmodules | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 645ba838..d9b478ce 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,12 +2,12 @@ path = gpu-dawn/libs/dawn url = https://github.com/hexops/dawn.git shallow = true - branch = "generated-2022-03-04" + branch = "generated-2022-04-17" [submodule "gpu-dawn/libs/DirectXShaderCompiler"] path = gpu-dawn/libs/DirectXShaderCompiler url = https://github.com/hexops/DirectXShaderCompiler - shallow = true - branch = "mach" + shallow = true + branch = "mach" [submodule "examples/libs/zmath"] path = examples/libs/zmath diff --git a/gpu-dawn/.gitmodules b/gpu-dawn/.gitmodules index 34d7e69b..2ed5513b 100644 --- a/gpu-dawn/.gitmodules +++ b/gpu-dawn/.gitmodules @@ -2,7 +2,7 @@ path = libs/dawn url = https://github.com/hexops/dawn.git shallow = true - branch = "generated-2022-03-04" + branch = "generated-2022-04-17" [submodule "libs/DirectXShaderCompiler"] path = libs/DirectXShaderCompiler url = https://github.com/hexops/DirectXShaderCompiler