wgpu/.gitignore
matt rice b731495e05
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>
2024-03-09 10:04:38 +00:00

39 lines
723 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
target/
# Include the root lockfile but not the others
*/Cargo.lock
!xtask/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# Other
.fuse_hidden*
.DS_Store
# IDE/Editor configuration files
.vscode
.idea
# 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
# Readme says to check out CTS here
cts/
# Readme says to put angle in working directory
*.dll
# Cached GPU config
.gpuconfig
# Temporary clone location for wasm-bindgen mirroring
wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp