Skip to content

Commit

Permalink
Upgrade to chromium/6734 and fix wgpu's webgpu.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Sep 23, 2024
1 parent adb357b commit b4e1d49
Show file tree
Hide file tree
Showing 5 changed files with 2,690 additions and 3,561 deletions.
2 changes: 1 addition & 1 deletion dawn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include(FetchContent)

set(DAWN_LINK_TYPE "SHARED" CACHE STRING "Whether the wgpu-native WebGPU implementation must be statically or dynamically linked. Possible values are STATIC and SHARED in theory, though only SHARED is really supported upstream for now")
set_property(CACHE DAWN_LINK_TYPE PROPERTY STRINGS SHARED STATIC)
set(DAWN_VERSION "6720.1" CACHE STRING "Version of the Dawn release to use. Must correspond to the number after 'chromium/' in the tag name of an existing release on https://github.com/eliemichel/dawn-prebuilt/releases. Warning: The webgpu.hpp file provided in include/ may not be compatible with other versions.")
set(DAWN_VERSION "6734" CACHE STRING "Version of the Dawn release to use. Must correspond to the number after 'chromium/' in the tag name of an existing release on https://github.com/eliemichel/dawn-prebuilt/releases. Warning: The webgpu.hpp file provided in include/ may not be compatible with other versions.")
set(DAWN_MIRROR "https://github.com/eliemichel/dawn-prebuilt" CACHE STRING "This is ultimately supposed to be https://github.com/google/dawn, where official binaries will be auto-released, but in the meantime we use a different mirror.")

# Not using emscripten, so we download binaries. There are many different
Expand Down
2 changes: 1 addition & 1 deletion dawn/dawn-git-tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chromium/6719
chromium/6734
Loading

0 comments on commit b4e1d49

Please sign in to comment.