Fix output args for render_to_texture example (#5338)

* Fix output args for render_to_texture example

* Fix output args for storage_texture example

* Fix dashes to underscore in example names.

---------

Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
matt rice
2024-03-09 10:04:38 +00:00
committed by GitHub
parent 5e1227343a
commit b731495e05
4 changed files with 18 additions and 15 deletions

3
.gitignore vendored
View File

@@ -19,6 +19,9 @@ target/
# Output from capture example
wgpu/red.png
# Output from render_to_texture example
**/please_don't_git_push_me.png
# Output from invalid comparison tests
**/*-actual.png
**/*-difference.png