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>
14 lines
447 B
Text
14 lines
447 B
Text
[submodule "gpu-dawn/libs/dawn"]
|
|
path = gpu-dawn/libs/dawn
|
|
url = https://github.com/hexops/dawn.git
|
|
shallow = true
|
|
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"
|
|
|
|
[submodule "examples/libs/zmath"]
|
|
path = examples/libs/zmath
|
|
url = https://github.com/PiergiorgioZagaria/zmath
|