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:
parent
e9671f388c
commit
e673e6c5d4
2 changed files with 4 additions and 4 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -2,12 +2,12 @@
|
||||||
path = gpu-dawn/libs/dawn
|
path = gpu-dawn/libs/dawn
|
||||||
url = https://github.com/hexops/dawn.git
|
url = https://github.com/hexops/dawn.git
|
||||||
shallow = true
|
shallow = true
|
||||||
branch = "generated-2022-03-04"
|
branch = "generated-2022-04-17"
|
||||||
[submodule "gpu-dawn/libs/DirectXShaderCompiler"]
|
[submodule "gpu-dawn/libs/DirectXShaderCompiler"]
|
||||||
path = gpu-dawn/libs/DirectXShaderCompiler
|
path = gpu-dawn/libs/DirectXShaderCompiler
|
||||||
url = https://github.com/hexops/DirectXShaderCompiler
|
url = https://github.com/hexops/DirectXShaderCompiler
|
||||||
shallow = true
|
shallow = true
|
||||||
branch = "mach"
|
branch = "mach"
|
||||||
|
|
||||||
[submodule "examples/libs/zmath"]
|
[submodule "examples/libs/zmath"]
|
||||||
path = examples/libs/zmath
|
path = examples/libs/zmath
|
||||||
|
|
|
||||||
2
gpu-dawn/.gitmodules
vendored
2
gpu-dawn/.gitmodules
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
path = libs/dawn
|
path = libs/dawn
|
||||||
url = https://github.com/hexops/dawn.git
|
url = https://github.com/hexops/dawn.git
|
||||||
shallow = true
|
shallow = true
|
||||||
branch = "generated-2022-03-04"
|
branch = "generated-2022-04-17"
|
||||||
[submodule "libs/DirectXShaderCompiler"]
|
[submodule "libs/DirectXShaderCompiler"]
|
||||||
path = libs/DirectXShaderCompiler
|
path = libs/DirectXShaderCompiler
|
||||||
url = https://github.com/hexops/DirectXShaderCompiler
|
url = https://github.com/hexops/DirectXShaderCompiler
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue