Skip to content

Commit

Permalink
Upgrade webgpu cpp wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Jun 1, 2024
1 parent 7f4868b commit c9944c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webgpu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if (NOT TARGET webgpu)
FetchContent_DeclareShallowGit(
webgpu-backend-wgpu
GIT_REPOSITORY https://github.com/eliemichel/WebGPU-distribution
GIT_TAG 0ccff38289d39ff0113a69325a33b341a04b43d7 # wgpu-v0.19.4.1 + fix
GIT_TAG 7c0e23b29ac6b9518bbc81d6177776c3ad890f21 # wgpu-v0.19.4.1 + fix
)
FetchContent_MakeAvailable(webgpu-backend-wgpu)

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

Expand All @@ -81,7 +81,7 @@ if (NOT TARGET webgpu)
FetchContent_DeclareShallowGit(
webgpu-backend-dawn
GIT_REPOSITORY https://github.com/eliemichel/WebGPU-distribution
GIT_TAG 853fe9a472ad92f3323938c3c6bfdfedaed164ee # dawn-6512 + emscripten-v3.1.61
GIT_TAG 94496bb907989f5eaaad2a02fed66bd60dd13848 # dawn-6512 + emscripten-v3.1.61 + fix
)
FetchContent_MakeAvailable(webgpu-backend-dawn)

Expand Down

0 comments on commit c9944c9

Please sign in to comment.