Rust-GPU / rust-gpu

🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧
https://rust-gpu.github.io
Apache License 2.0
980 stars 27 forks source link

feat: spirv-builder takes optional path to target spec JSON file #55

Closed schell closed 2 weeks ago

schell commented 2 weeks ago

This adds an optional field to SpirvBuilder that will set the "target specification" file. This will enable cargo-gpu to point to these files, which can be stored in its cache directory.

Relations

schell commented 2 weeks ago

Ah, yes - I forgot that since we can only build on macOS with --release, my editor's LSP doesn't work on this project...