Files
wgpu/examples/src/storage_texture
Connor Fitzgerald ad625f433f Convert Tests to Use Async Poll (#5053)
* Convert Tests to Use Async Poll

* Update examples/src/repeated_compute/mod.rs

Co-authored-by: Andreas Reich <r_andreas2@web.de>

---------

Co-authored-by: Andreas Reich <r_andreas2@web.de>
2024-01-13 17:34:51 +00:00
..
2024-01-13 17:34:51 +00:00
2023-11-25 22:59:40 +00:00

storage_texture

A simple example that uses a storage texture to compute an image of the Mandelbrot set (https://en.wikipedia.org/wiki/Mandelbrot_set) and either saves it as an image or presents it to the browser screen in such a way that it can be saved as an image.

To Run

cargo run --bin wgpu-examples storage_texture

Example Output

Example output