-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule wgpu-compute-toy
updated
11 files
+4 −0 | .cargo/config.toml | |
+4 −1 | .vscode/settings.json | |
+1,282 −1,137 | Cargo.lock | |
+13 −20 | Cargo.toml | |
+66 −36 | src/bin/toy.rs | |
+7 −8 | src/bind.rs | |
+3 −1 | src/blit.rs | |
+29 −16 | src/context.rs | |
+8 −8 | src/lib.rs | |
+12 −5 | src/pp.rs | |
+1 −4 | src/utils.rs |