-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
WebGPU new Surface API #21745
Comments
No one is working on it right now. Contribution would be welcome - I'm happy to give pointers (you can also find me on Matrix chat Dawn recently implemented the surface API so we're definitely ready to catch Emscripten up to be compatible. |
@kainino0x Can you share pointers as I'm also working on updating our cross-platform app to use the new surface API? I'd be happy to help on that front. |
@eliemichel FYI |
@kainino0x I have a draft PR at #21939 which we can use to specify the shape of the Surface API in Emscripten. |
Support the webgpu.h Surface API. This supersedes the SwapChain API which will be removed later along with other breaking changes to this experimental header. Fixes #21745 --------- Co-authored-by: Kai Ninomiya <kainino@chromium.org>
So, ever since webgpu-native/webgpu-headers#203, the SwapChain API was merged with the Surface API. I want to use WebGPU for my project and was wondering if anyone is working on making emscripten compatible with the new
webgpu.h
? If not, I could try to help out, even though I haven't contributed before.The text was updated successfully, but these errors were encountered: