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 #2080

Merged
merged 1 commit into from
Apr 13, 2020

Conversation

grovesNL
Copy link
Contributor

Update to latest WebGPU WebIDL as of April 10.

The only change I've made from the upstream WebIDL is to add the typedef

typedef (DOMString or Uint32Array) GPUCode;

and accept GPUCode code instead of DOMString code for shaders. This is because both Chrome and Firefox only support Uint32Array (SPIR-V shaders) at the moment.

@alexcrichton alexcrichton merged commit fc86589 into rustwasm:master Apr 13, 2020
@grovesNL grovesNL deleted the update-webgpu-apr-10 branch April 17, 2020 02:00
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