Replies: 1 comment 1 reply
-
The swapchain has been merged into the surface. Where you once made a new swapchain, you now call surface.configure() and your acquire_next_frame calls also go on the surface. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, following https://sotrh.github.io/learn-wgpu/ the swap chain example says
(it seems it existed up to
0.9.0
https://docs.rs/wgpu/0.9.0/wgpu/struct.SwapChain.html)Cargo.toml looks like
Beta Was this translation helpful? Give feedback.
All reactions