We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a43e3c commit 6d8d929Copy full SHA for 6d8d929
content/news/026/index.md
@@ -104,7 +104,7 @@ as [several key differences remain].
104
105
### Learn WGPU Updated: No more swap chains!
106
107
-As part of the update to 0.10 the wgpu team removed the `SwapChain` from the
+As part of the update to 0.10 the wgpu team removed `SwapChain` from the
108
API. The `surface` will now be used to retrieve textures to render to wrapped
109
in `SurfaceTexture`s. You configure the `Surface` in a similar way to how you
110
would configure the `SwapChain` except the struct is now called
0 commit comments