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

Copy from textures into a render target #238

Closed
asny opened this issue Apr 25, 2022 · 1 comment
Closed

Copy from textures into a render target #238

asny opened this issue Apr 25, 2022 · 1 comment
Labels

Comments

@asny
Copy link
Owner

asny commented Apr 25, 2022

Replace RenderTarget::copy_from and RenderTarget::copy_from_array with something more generic. Create a copy ImageEffect that takes a color and depth enum that can be any type of texture (Similar to ColorTarget and DepthTarget). Use that in RenderTarget::copy_from and related functionality.

This is a follow up issue from #200.

@asny
Copy link
Owner Author

asny commented Nov 2, 2022

#290

@asny asny closed this as completed Nov 2, 2022
@asny asny added the 0.14 label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant