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

fix webgpu changes #6602

Closed
wants to merge 1 commit into from
Closed

Conversation

williamhCode
Copy link
Contributor

Before, Dawn had .source instead of .code, and didn't distinguish between WGPUFilterMode and WGPUMipmapFilterMode but it seems like Dawn is updated with the webgpu.h header now. With this change both wgpu-native and Dawn should work.

@ocornut
Copy link
Owner

ocornut commented Jul 13, 2023

Hello,
Thanks for the PR.
I have merged this (with docs tweaks) as 3dc3aef even though arguably I don't understand nor follow this ecosystem, so if there are issues may revert. Also see #6188 which suggests a wider range of changes.

@ocornut ocornut closed this Jul 13, 2023
ocornut added a commit that referenced this pull request Jul 13, 2023
Change for #6602 broke, supposedly because using old version of emsdk.
Initial reason for locking 3.1.37 was 3.1.38 had a bug, now fixed emscripten-core/emscripten#19363
ocornut pushed a commit that referenced this pull request Sep 16, 2024
@ocornut
Copy link
Owner

ocornut commented Sep 16, 2024

Note that as of 1ac162f we have added define to facilitate supporting both Dawn and WGPU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants