Skip to content

Commit

Permalink
Update webgpu distribution to fix default limits
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Jul 16, 2024
1 parent f4f6aa6 commit bbd752a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webgpu/webgpu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (NOT TARGET webgpu)
FetchContent_DeclareShallowGit(
webgpu-backend-emscripten
GIT_REPOSITORY https://github.com/eliemichel/WebGPU-distribution
GIT_TAG e0038567ca1e35ffa9a848760eb6c49450264305 # emscripten-v3.1.61 + fix
GIT_TAG fa0b54d68841fb33188403b07959d403b24511de # emscripten-v3.1.61 + fix
)
FetchContent_MakeAvailable(webgpu-backend-emscripten)

Expand All @@ -64,7 +64,7 @@ if (NOT TARGET webgpu)
FetchContent_DeclareShallowGit(
webgpu-backend-wgpu
GIT_REPOSITORY https://github.com/eliemichel/WebGPU-distribution
GIT_TAG ac055bef9d8c37f28e7706e4bd32153cbc0c210f # wgpu-v0.19.4.1 + fix
GIT_TAG 54a60379a9d792848a2311856375ceef16db150e # wgpu-v0.19.4.1 + fix
)
FetchContent_MakeAvailable(webgpu-backend-wgpu)

Expand All @@ -73,7 +73,7 @@ if (NOT TARGET webgpu)
FetchContent_DeclareShallowGit(
webgpu-backend-wgpu-static
GIT_REPOSITORY https://github.com/eliemichel/WebGPU-distribution
GIT_TAG 3612311d4df171027513a3ad5dcd8a77d93c447f # wgpu-static-v0.19.4.1 + fix
GIT_TAG 992fef64da25072ebe3844a73f7103105e7fd133 # wgpu-static-v0.19.4.1 + fix
)
FetchContent_MakeAvailable(webgpu-backend-wgpu-static)

Expand Down

0 comments on commit bbd752a

Please sign in to comment.