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

Use same order between LoadOp and StoreOp #323

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

kainino0x
Copy link
Collaborator

@kainino0x kainino0x commented Aug 31, 2024

Just a minor consistency thing:
load,clear
store,discard

This order is the same order it's written in the upstream JS spec (though JS doesn't actually care about the order) as well as in Vulkan.

Fixes #65
Dawn change: https://dawn-review.googlesource.com/c/dawn/+/204734

Just a minor consistency thing.

This order is the same order it's written in the upstream JS spec
(JS doesn't actually care about the order) as well as in Vulkan.

Fixes 65
@kainino0x kainino0x requested a review from Kangz August 31, 2024 00:17
@kainino0x kainino0x added the has resolution Issue is resolved, just needs to be done label Aug 31, 2024
copybara-service bot pushed a commit to google/dawn that referenced this pull request Sep 2, 2024
Just a minor consistency thing.
This order is the same order it's written in the upstream JS spec
(though JS doesn't actually care about the order) as well as in Vulkan.

Upstream PR: webgpu-native/webgpu-headers#323
Upstream bug: webgpu-native/webgpu-headers#65

Bug: none
Change-Id: Id70d99568c360225516acd347564d1b6de449d0c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/204734
Auto-Submit: Kai Ninomiya <[email protected]>
Commit-Queue: Corentin Wallez <[email protected]>
Reviewed-by: Corentin Wallez <[email protected]>
@kainino0x kainino0x enabled auto-merge (squash) September 3, 2024 17:10
@kainino0x kainino0x disabled auto-merge September 3, 2024 17:10
@kainino0x kainino0x enabled auto-merge (squash) September 3, 2024 17:10
@kainino0x kainino0x merged commit ac72229 into webgpu-native:main Sep 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has resolution Issue is resolved, just needs to be done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LoadOp and StoreOp have different order
2 participants