Skip to content

Commit 1d4e12c

Browse files
authored
N31: Image filters with wgpu-rs (#968)
* Added computing image filters with wpu-rs * Update content/news/031/index.md
1 parent fef02b4 commit 1d4e12c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/news/031/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,22 @@ _Discussions: [Twitter][bevy_minesweeper_twitter], [dev.to][Bevy Minesweeper]_
299299
[@ManevilleF]: https://github.com/ManevilleF
300300
[bevy_minesweeper_twitter]: https://twitter.com/ManevilleF/status/1495787155280510977?s=20&t=omNFCI2cWgDFNC0MC7NWTg
301301

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+
302318
## Tooling Updates
303319

304320
### [Vismut]

0 commit comments

Comments
 (0)