rust-gpu
rust-gpu copied to clipboard
Outdated docs (suggesting now-obsoleted versions, linking to since-renamed files, etc.).
In this page the link to "https://github.com/EmbarkStudios/rust-gpu/blob/main/rust-toolchain" is broken, presumably missing .toml at the end.
Also, it recommends using spirv-builder = "0.4" but it seems that is incompatible with the current rust-toolchain.toml file as the compile error helpfully points out. spirv-builder = "0.6" seems to work.
cc @oisyn I guess these are some of the docs that lack any good way to automate generating/checking them.