schell / renderling

GPU driven real-time renderer, backed by wgpu and rust-gpu
https://renderling.xyz
Other
87 stars 5 forks source link

feat: use cargo-gpu instead of out-of-workspace shaders binary #138

Closed schell closed 2 weeks ago

schell commented 3 weeks ago

This assumes the use of the new cargo-gpu cli tool to build the shaders and create a shader manifest JSON file.

The cargo gpu invocation is:

RUST_LOG=trace cargo gpu --output-dir crates/renderling/shaders --shader-crate crates/renderling/ --shader-manifest crates/renderling/shaders/manifest.json