mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-09 14:48:08 -05:00
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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user