File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -299,6 +299,22 @@ _Discussions: [Twitter][bevy_minesweeper_twitter], [dev.to][Bevy Minesweeper]_
299
299
[ @ManevilleF ] : https://github.com/ManevilleF
300
300
[ bevy_minesweeper_twitter ] : https://twitter.com/ManevilleF/status/1495787155280510977?s=20&t=omNFCI2cWgDFNC0MC7NWTg
301
301
302
+ ### [ Computing image filters with wgpu-rs]
303
+
304
+ [ @Redwarp ] posted a [ blog post] [ Computing image filters with wgpu-rs ] that goes
305
+ through the process of creating a simple image processing pipeline with compute
306
+ shaders, using wgpu-rs. The post takes you through several steps in this
307
+ process:
308
+
309
+ - Wgpu basics
310
+ - Loading a texture
311
+ - A simple shader
312
+ - Bind group
313
+ - Workgroup and dispatch
314
+
315
+ [ Computing image filters with wgpu-rs ] : https://blog.redwarp.app/image-filters/
316
+ [ @Redwarp ] : https://twitter.com/redwarp
317
+
302
318
## Tooling Updates
303
319
304
320
### [ Vismut]
You can’t perform that action at this time.
0 commit comments