-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
experiment: wgpu sync #13402
experiment: wgpu sync #13402
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A README on how to upgrade these crates would be useful
Simply:
|
Great, but if there's no README then it will be lost. |
Yeah I'll add it, with some other polish. This started out mainly as an experiment to PoC it and avoid fragmenting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just that README is missing
An experiment to streamline keeping our
ext/webgpu
in sync with upstreamgfx-rs/wgpu
TODO
gfx-rs/wgpu
doesn't havelib.deno_webgpu.d.ts
ordeno_webgpu::get_declaration()
fix(deno_webgpu): add TS type declarations gfx-rs/wgpu#2402deno_webgpu
treeSyncindexmap
versions (we use1.7.0
, https://github.com/gfx-rs/naga uses1.6.0
if using wgpu tip)naga
dep inwgpu-core
to resolveindexmap
mismatch chore: bump naga to a1840be gfx-rs/wgpu#2401