Skip to content

Commit 16ff248

Browse files
committed
N26: Learn Wgpu: Style/fmt tweaks
1 parent e1c033a commit 16ff248

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/news/026/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,16 +454,18 @@ More details to be shown soonish!
454454

455455
## Learning Material Updates
456456

457-
### Learn WGPU Updated: No more swap chains!
457+
### [Learn Wgpu][learn-wgpu] Updated: No More Swap Chains!
458458

459459
As part of the update to 0.10, the wgpu team removed the `SwapChain` from the
460460
API. The `Surface` will now be used to retrieve textures to render to wrapped
461461
in `SurfaceTexture`s. You configure the `Surface` in a similar way to how you
462462
would configure the `SwapChain`, except the struct is now called
463-
`SurfaceConfiguration` instead of `SwapChainDescriptor`. If you want to know
464-
more, you can check [the tutorial].
463+
`SurfaceConfiguration` instead of `SwapChainDescriptor`.
465464

466-
[the tutorial]: https://sotrh.github.io/learn-wgpu/news
465+
If you want to know more, you can check [the tutorial's news page][learn-wgpu-news].
466+
467+
[learn-wgpu]: https://sotrh.github.io/learn-wgpu
468+
[learn-wgpu-news]: https://sotrh.github.io/learn-wgpu/news
467469

468470
### GDC: Rust for Game Tooling by [Dan Olson][dan-olson-twitter]
469471

0 commit comments

Comments
 (0)