Modified Webgpu to work with the stable webgpu-header.#536
Modified Webgpu to work with the stable webgpu-header.#536jalexcole wants to merge 13 commits intogfx-rs:trunkfrom
Conversation
…eLost and OutOfMemory have been removed from the WGPUSurfaceGetCurrentTextureStatus enum.
|
Need help with the GitHub actions: |
|
Thanks for working on this @jalexcole — getting the headers updated is the most impactful thing for the ecosystem right now. A few technical observations: Instance APIThe new
Currently the PR keeps the old function name Related stubs that the new header expects:
InstanceDescriptorThe CIPer @almarklein's suggestion, disabling the failing platforms to unblock this sounds right. |
cwfitzgerald
left a comment
There was a problem hiding this comment.
This looks good! Can you brin it up to date with latest main and we'll get it merged!
|
@cwfitzgerald Up to date. |
I updated the header file to latest, and patched the lib and wgpu.h file in order to pass cargo test.