Rust shaders

This commit is contained in:
2026-01-11 13:07:57 +01:00
parent 255c2097d5
commit f55812a3c0
388 changed files with 1790 additions and 61 deletions

View File

@ -8,3 +8,5 @@ edition = "2024"
[dependencies]
spirv-std = {git = "https://github.com/rust-gpu/rust-gpu"}
gpu_shared = {path = "../gpu_shared/"}
heapless = "0.9.2"