gpu-dawn: update Dawn to latest revision as of 2022-04-18
Effectively a redo of hexops/mach#231 where I messed up the submodule update by accident.
Updates Dawn to latest revision as of 2022-04-18 c7b7b6def6
* Followed https://github.com/hexops/dawn/tree/main/mach#updating
* The UB issue should now actually get fixed (once CI builds the binary releases.)
* Verified example runs on macOS.
Helps hexops/mach#221
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
169b1e2a42
commit
a127378b19
4 changed files with 32 additions and 39 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-04-17"
|
||||
branch = "generated-2022-04-18"
|
||||
[submodule "libs/DirectXShaderCompiler"]
|
||||
path = libs/DirectXShaderCompiler
|
||||
url = https://github.com/hexops/DirectXShaderCompiler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue