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

Add support for storage texture access modes ReadOnly and ReadWrite on WebGPU backend #5434

Merged
merged 4 commits into from
Mar 26, 2024

Conversation

JolifantoBambla
Copy link
Contributor

@JolifantoBambla JolifantoBambla commented Mar 25, 2024

Connections
#2735

Description
WebGPU now supports "read-only" and "read-write" storage textures.
This PR adds support for these access modes for the WebGPU backend

Testing
I did not add any new tests.

Checklist

  • [ x] Run cargo fmt.
  • [ x] Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@JolifantoBambla JolifantoBambla requested a review from a team as a code owner March 25, 2024 09:27
Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

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

nice, thank you!

@Wumpf Wumpf merged commit a9ccbc7 into gfx-rs:trunk Mar 26, 2024
27 checks passed
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.

2 participants