Skip to content

Commit cd9dc07

Browse files
committed
N2: Learn Wgpu: Fix section order
1 parent 16ff248 commit cd9dc07

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

content/news/026/index.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -454,19 +454,6 @@ More details to be shown soonish!
454454

455455
## Learning Material Updates
456456

457-
### [Learn Wgpu][learn-wgpu] Updated: No More Swap Chains!
458-
459-
As part of the update to 0.10, the wgpu team removed the `SwapChain` from the
460-
API. The `Surface` will now be used to retrieve textures to render to wrapped
461-
in `SurfaceTexture`s. You configure the `Surface` in a similar way to how you
462-
would configure the `SwapChain`, except the struct is now called
463-
`SurfaceConfiguration` instead of `SwapChainDescriptor`.
464-
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
469-
470457
### GDC: Rust for Game Tooling by [Dan Olson][dan-olson-twitter]
471458

472459
![Title card](gdc-talk.jpg)
@@ -486,6 +473,19 @@ If you don't, you can still read [the slides][dan-olson-slides].
486473
[gdc-vault-video]: https://gdcvault.com/play/1027315
487474
[dan-olson-slides]: https://research.activision.com/publications/2021/09/the-rust-programming-language-for-game-tooling
488475

476+
### [Learn Wgpu][learn-wgpu] Updated: No More Swap Chains!
477+
478+
As part of the update to 0.10, the wgpu team removed the `SwapChain` from the
479+
API. The `Surface` will now be used to retrieve textures to render to wrapped
480+
in `SurfaceTexture`s. You configure the `Surface` in a similar way to how you
481+
would configure the `SwapChain`, except the struct is now called
482+
`SurfaceConfiguration` instead of `SwapChainDescriptor`.
483+
484+
If you want to know more, you can check [the tutorial's news page][learn-wgpu-news].
485+
486+
[learn-wgpu]: https://sotrh.github.io/learn-wgpu
487+
[learn-wgpu-news]: https://sotrh.github.io/learn-wgpu/news
488+
489489
## Tooling Updates
490490

491491
## Library Updates

0 commit comments

Comments
 (0)