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

copyTextureToTexture src/dst aspects must both refer to all aspects of src/dst format #3431

Merged
merged 2 commits into from
Jan 28, 2023

Conversation

teoxoy
Copy link
Member

@teoxoy teoxoy commented Jan 28, 2023

Checklist

  • Run cargo clippy.
  • Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Description
Update copyTextureToTexture validation according to the spec

source.aspect and destination.aspect must both refer to all aspects of srcTexture.format and dstTexture.format, respectively

@teoxoy teoxoy added this to the WebGPU Specification V1 milestone Jan 28, 2023
@nical nical merged commit 98ea350 into gfx-rs:master Jan 28, 2023
@teoxoy teoxoy deleted the aspects-refer-to-all branch January 28, 2023 17:49
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