File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -454,16 +454,18 @@ More details to be shown soonish!
454
454
455
455
## Learning Material Updates
456
456
457
- ### Learn WGPU Updated: No more swap chains !
457
+ ### [ Learn Wgpu ] [ learn-wgpu ] Updated: No More Swap Chains !
458
458
459
459
As part of the update to 0.10, the wgpu team removed the ` SwapChain ` from the
460
460
API. The ` Surface ` will now be used to retrieve textures to render to wrapped
461
461
in ` SurfaceTexture ` s. You configure the ` Surface ` in a similar way to how you
462
462
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 ` .
465
464
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
467
469
468
470
### GDC: Rust for Game Tooling by [ Dan Olson] [ dan-olson-twitter ]
469
471
You can’t perform that action at this time.
0 commit comments