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

swapchain & presentation rework #203

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

rajveermalviya
Copy link
Collaborator

closes: #197

Copy link
Collaborator

@Kangz Kangz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM though I'd like @kainino0x to look at it as well.

It's going to be a pain to update Dawn ^^

Copy link
Collaborator

@kainino0x kainino0x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but I did just think of one more thing to bikeshed

webgpu.h Outdated Show resolved Hide resolved
webgpu.h Outdated Show resolved Hide resolved
@kainino0x
Copy link
Collaborator

Going to go ahead and land this; whoever ends up doing the next Dawn->webgpu-headers update (probably @lokokung) you'll probably want to put this into our generator (tagged "upstream") to preserve these. It'll move them around, but that's fine.

@kainino0x kainino0x merged commit 7369ada into webgpu-native:main Aug 4, 2023
1 check passed
@rajveermalviya rajveermalviya deleted the surface-rework branch August 4, 2023 04:35
dj2 added a commit to dj2/webgpu-headers that referenced this pull request Aug 21, 2023
The TextureUsage is a Bitmask, update the usage in SurfaceConfiguration
to use the Flags typedef to be consistent with out uses of TextureUsage.

Follow-up to webgpu-native#203
kainino0x pushed a commit that referenced this pull request Aug 21, 2023
The TextureUsage is a Bitmask, update the usage in SurfaceConfiguration
to use the Flags typedef to be consistent with out uses of TextureUsage.

Follow-up to #203
ArthurSonzogni pushed a commit to ArthurSonzogni/dawn that referenced this pull request Aug 22, 2023
This CL syncs dawn.json to the changes added in
webgpu-native/webgpu-headers#203 and other minor differences to upstream webgpu.h.

Change-Id: I214a74325e405a3165dbf92b2f455b78377b81b3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/147581
Kokoro: Kokoro <[email protected]>
Commit-Queue: Dan Sinclair <[email protected]>
Reviewed-by: Kai Ninomiya <[email protected]>
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.

proposal: swapchain & presentation rework
3 participants