Skip to content

Commit 523f449

Browse files
committed
fixed line length issue
1 parent 07824c0 commit 523f449

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/news/026/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,10 @@ As the godot-rust community keeps growing, the project can now be found
213213

214214
As part of the update to 0.10 the wgpu team removed the `SwapChain` from the
215215
API. The `surface` will now be used to retrieve textures to render to wrapped
216-
in `SurfaceTexture`s. You configure the `Surface` in a similar way to how you would configure the `SwapChain` except the struct is now called `SurfaceConfiguration` instead of `SwapChainDescriptor`. If you want to know more, you can check [the tutorial]
216+
in `SurfaceTexture`s. You configure the `Surface` in a similar way to how you
217+
would configure the `SwapChain` except the struct is now called
218+
`SurfaceConfiguration` instead of `SwapChainDescriptor`. If you want to know
219+
more, you can check [the tutorial].
217220

218221
[the tutorial]: https://sotrh.github.io/learn-wgpu/news
219222

0 commit comments

Comments
 (0)