From e64f3d54a6e75ebb0371325542fdadc35e36e853 Mon Sep 17 00:00:00 2001 From: utensil Date: Wed, 27 Nov 2024 13:56:29 +0800 Subject: [PATCH] Try a bit vk device not fully supported --- yard-rs/justfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yard-rs/justfile b/yard-rs/justfile index 4b638c1..6176606 100644 --- a/yard-rs/justfile +++ b/yard-rs/justfile @@ -168,6 +168,14 @@ v-mbc: uv run --with prettytable scripts/summary.py glam nalgebra ultraviolet cgmath open {{ example_xp / "mathbench-rs/target/criterion/report/index.html" }} +# triangle basic-compute-shader https://github.com/vulkano-rs/vulkano/tree/master/examples + +try-vk CASE: (prep-ex "https://github.com/vulkano-rs/vulkano" "vulkano" "master") + cd {{example_xp / "vulkano" }} && cargo run --release --bin {{CASE}} + +try-vkrs: (prep-ex "https://github.com/Firestar99/rust-gpu-vulkano-example.git" "rust-gpu-vulkano-example" "master") + cd {{example_xp / "rust-gpu-vulkano-example" }} && cargo run --release + # run just prep-tch before running the tch examples!! # basics