From cd12d416271e9e9fd0f00303525021f75688ff9f Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sun, 5 May 2024 07:22:18 -0700 Subject: chore: update wgpu (#23684) --- tools/wgpu_sync.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/wgpu_sync.js') diff --git a/tools/wgpu_sync.js b/tools/wgpu_sync.js index 4efb9c6b8..5844c68a2 100755 --- a/tools/wgpu_sync.js +++ b/tools/wgpu_sync.js @@ -3,9 +3,9 @@ import { join, ROOT_PATH } from "./util.js"; -const COMMIT = "49b7ec97c164bac9ee877f45cdd806fbefecc5a4"; +const COMMIT = "4521502da69bcf4f92c8350042c268573ef216d4"; const REPO = "gfx-rs/wgpu"; -const V_WGPU = "0.18"; +const V_WGPU = "0.20"; const TARGET_DIR = join(ROOT_PATH, "ext", "webgpu"); async function bash(subcmd, opts = {}) { -- cgit v1.2.3