Skip to content

Commit 07824c0

Browse files
committed
learn-wgpu entry
1 parent f3203ac commit 07824c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/news/026/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,14 @@ As the godot-rust community keeps growing, the project can now be found
209209

210210
## Learning Material Updates
211211

212+
### Learn WGPU Updated: No more swap chains!
213+
214+
As part of the update to 0.10 the wgpu team removed the `SwapChain` from the
215+
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]
217+
218+
[the tutorial]: https://sotrh.github.io/learn-wgpu/news
219+
212220
## Tooling Updates
213221

214222
## Library Updates

0 commit comments

Comments
 (0)