Closed schell closed 2 weeks ago
This assumes the use of the new cargo-gpu cli tool to build the shaders and create a shader manifest JSON file.
cargo-gpu
The cargo gpu invocation is:
cargo gpu
RUST_LOG=trace cargo gpu --output-dir crates/renderling/shaders --shader-crate crates/renderling/ --shader-manifest crates/renderling/shaders/manifest.json
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: