mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
chore(ext): update webgpu (#15059)
This commit is contained in:
parent
649536e266
commit
2b1f145c3e
24 changed files with 1605 additions and 1867 deletions
|
@ -3,10 +3,9 @@
|
|||
|
||||
import { join, ROOT_PATH, walk } from "./util.js";
|
||||
|
||||
// const COMMIT = "c00e471274b6c21acda89b4b13d41742c0285d71"; // Release 12
|
||||
const COMMIT = "c4aa3eaed020a640fec06b48f0a5ea93490d41bb"; // tip of PR (needs merge)
|
||||
const REPO = "kvark/wgpu";
|
||||
const V_WGPU = "0.12";
|
||||
const COMMIT = "076df1a56812eee01614b7a3a4c88798012e79ab";
|
||||
const REPO = "gfx-rs/wgpu";
|
||||
const V_WGPU = "0.13";
|
||||
const TARGET_DIR = join(ROOT_PATH, "ext", "webgpu");
|
||||
|
||||
async function bash(subcmd, opts = {}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue