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
2
gpu-dawn/.gitmodules
vendored
2
gpu-dawn/.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue