Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 11 commits into from
Nov 11, 2024

Conversation

schell
Copy link
Owner

@schell schell commented Nov 5, 2024

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

@schell schell merged commit ce0487c into main Nov 11, 2024
5 of 6 checks passed
schell added a commit that referenced this pull request Dec 27, 2024
* feat: use cargo-gpu instead of out-of-workspace shaders binary

* add shaders and shaders cargo alias, github workflow

* ensure CI has nightly

* ensure rustup components

* ensure CI has nightly and components

* web linkage on wasm32 only

* generate with cargo shaders

* gen shaders

* install toolchain

* shaders workflow

* readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant