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

[wgpu-core] fix length of copy in queue_write_texture #2 #6009

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

teoxoy
Copy link
Member

@teoxoy teoxoy commented Jul 22, 2024

Connections
Follow-up to 6f16ea4 (#5946) & 7e112ca (#5973).

Description
With the change in #5973 we were no longer copying OOB from the source but we are now copying OOB into the destination 😅.

Testing
Added a test.

@teoxoy teoxoy requested a review from a team as a code owner July 22, 2024 09:24
@teoxoy teoxoy merged commit 205f1e3 into gfx-rs:trunk Jul 22, 2024
25 checks passed
@teoxoy teoxoy deleted the fix-copy-size branch July 22, 2024 10:25
@teoxoy teoxoy added the PR: needs back-porting PR with a fix that needs to land on crates label Jul 26, 2024
cwfitzgerald pushed a commit to cwfitzgerald/wgpu that referenced this pull request Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: needs back-porting PR with a fix that needs to land on crates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants