rust-gpu icon indicating copy to clipboard operation
rust-gpu copied to clipboard

We should figure out how to use Naga's `"span"` feature (for `example-runner-wgpu`).

Open eddyb opened this issue 2 years ago • 1 comments

AFAICT, if we set features = ["span"] for naga in examples/runners/wgpu/Cargo.toml, we'll get more information on e.g. validation failures (which would've been nice this entire time, alas I didn't realize).


EDIT: nevermind, I got confused, span is already enabled by default, it just doesn't seem to do anything useful for SPIR-V input into Naga.

eddyb avatar Mar 23 '23 08:03 eddyb