wgpu/examples/storage-texture
Connor Fitzgerald 2a9fdf9aa1
Misc Repo Cleanup Tasks (#4579)
* Misc Repo Cleanup Tasks

* Dependency Trimming

* Dep cleanup

* Restrict libfuzzer

* Flip cfg

* mod fuzz
2023-10-27 00:15:51 -04:00
..
src Add Extended Examples (#3885) 2023-10-08 02:05:51 -04:00
Cargo.toml Misc Repo Cleanup Tasks (#4579) 2023-10-27 00:15:51 -04:00
example.png Add Extended Examples (#3885) 2023-10-08 02:05:51 -04:00
README.md Add Extended Examples (#3885) 2023-10-08 02:05:51 -04: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.

Example Output

Example output