-
Notifications
You must be signed in to change notification settings - Fork 7
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
Move to the new gfx-rs swapchain API #317
Comments
With the new swapchain API we can't directly access the frame images. Steps needs to be done before we can move to the new API:
|
You are right that we can't have this new swapchain model for as long as we need to blit back from the screen :/ And I think it's only the MixBlend mode (with Readback task) that actually needs to blit from the screen. There are two ways to solve this that I could see:
|
More stuff to read about (1) - gpuweb/gpuweb#437 |
Fixed in #331 |
See https://gfx-rs.github.io/2019/10/01/update.html
Quad example update - gfx-rs/gfx@40a905f#diff-3396f7c6f19ad0882c9d181e08c8c702
The text was updated successfully, but these errors were encountered: