gpu-dawn: update Dawn to latest revision as of 2022-04-17 (#231)

Updates Dawn to latest revision as of 2022-04-17 69daaab759

* 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 <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-04-17 23:39:34 -07:00 committed by GitHub
parent e9671f388c
commit e673e6c5d4
Failed to generate hash of commit
2 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View file

@ -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