-
Notifications
You must be signed in to change notification settings - Fork 115
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
Align the C header with Dawn #6
Comments
Probably need to wait until the IDL receives the next few updates before we spend much time on this :) |
Is there any progress on this? I'd like to try playing around with using wgpu-native a bit, and it would be nice if the API was getting close to wherever it is going. |
We created an org to collaborate on the shared headers - https://github.com/webgpu-native
… On Jul 13, 2019, at 15:47, Dag Ågren ***@***.***> wrote:
Is there any progress on this? I'd like to try playing around with using wgpu-native a bit, and it would be nice if the API was getting close to wherever it is going.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I wasn't able to find the |
@paulkernfeld I updated the subject with the actual path. |
75: Migrate pipeline creation to align with webgpu-headers r=kvark a=Sineaggi Edit(@kvark): solid step towards #6 First effort trying to better align wgpu-native with webgpu-headers. Snake case was replaced with camel case, and the descriptor was rewritten to be closer to the structs that are defined in webgpu-headers. Only the single function `wgpuDeviceCreateRenderPipeline` was changed in this pr to gauge interest. If merged, we'd be leaving wgpu-native in an inconsistent state. Co-authored-by: Clayton Walker <cwalker@sofi.org>
We now gen from there, so this is good |
https://github.com/webgpu-native/webgpu-headers
The text was updated successfully, but these errors were encountered: