Skip to content

Commit

Permalink
Try rust-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 11, 2024
1 parent 1e0819c commit 3fd16d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions yard-rs/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ gltf:
try-compute +PARAMS: (prep-ex "https://github.com/AnthonyTornetta/bevy_easy_compute" "compute" "main")
cd {{example_xp / "compute"}} && cargo run --release --example {{PARAMS}}

# shaders/compute-shader runners/wgpu
# use release to bypass https://github.com/Rust-GPU/rust-gpu/issues/29
try-rg EX: (prep-ex "https://github.com/Rust-GPU/rust-gpu" "rust-gpu" "main")
cd {{example_xp / "rust-gpu" / "examples" / EX }} && cargo run --release

rm-ex NAME:
rm -rf {{example_xp / NAME}}

mp:
just try-compute multi_pass

0 comments on commit 3fd16d2

Please sign in to comment.