Skip to content
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

Update to latest WebGPU WebIDL #2267

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

grovesNL
Copy link
Contributor

@grovesNL grovesNL commented Aug 3, 2020

Update to latest WebGPU WebIDL as of July 29.

There are some changes from the upstream WebIDL (mostly to match Gecko's snapshot of the WebIDL/implementation status):

  • Define GPUCode as typedef (USVString or Uint32Array) GPUCode; to allow both SPIR-V and WGSL for now
  • Continue to use the old signature for set_index_buffer because that's what Gecko is currently using
  • Continue to use the old signatures for buffer mapping because that's what Gecko is currently using

@alexcrichton alexcrichton merged commit b11a4e3 into rustwasm:master Aug 4, 2020
@alexcrichton
Copy link
Contributor

Thanks!

@grovesNL grovesNL deleted the update-webgpu-jul-29 branch August 24, 2020 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants