rust-gpu/crates/rustc_codegen_spirv
2022-12-20 10:43:57 -08:00
..
src Include identifying information (e.g. crate names) in --dump-* filenames. 2022-12-13 06:18:03 +02:00
build.rs Update to nightly-2022-10-29 2022-12-02 01:58:11 -08:00
Cargo.toml Included README.md files for published crates 2022-12-20 10:43:57 -08:00
README.md Some tweaks to docs 2022-12-20 10:43:57 -08:00

rustc_codegen_spirv

Compiler backend for the SPIR-V target architecture. This crate is not intended to be used directly. Please refer to spirv-builder for more information.

Documentation

Because of its nature, this crate can only be built using a very specific nightly version of the Rust toolchain. As such, the docs.rs build of the API documentation will likely fail. Please refer to the documentation in the rust-gpu github repo for properly built docs.