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

Adding copy_texture_to_buffer and copy_texture_to_texture #1236

Merged
merged 3 commits into from
Jan 14, 2021

Conversation

Neo-Zhixing
Copy link
Contributor

@Neo-Zhixing Neo-Zhixing commented Jan 12, 2021

For some reason Bevy did not implement copy_texture_to_buffer and copy_texture_to_texture even though wgpu does support them. This PR adds them back.

@cart
Copy link
Member

cart commented Jan 14, 2021

Good call. Thanks!

@cart cart merged commit cf0e9f9 into bevyengine:master Jan 14, 2021
@Neo-Zhixing Neo-Zhixing deleted the texture-buffer-copy branch January 27, 2021 03:07
rparrett pushed a commit to rparrett/bevy that referenced this pull request Jan 27, 2021
…#1236)

* Adding copy_texture_to_buffer and copy_texture_to_texture

* Adding CopyTextureToTexture and CopyTextureToBuffer in CommandQueue
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