rust-gpu/crates/rustc_codegen_spirv
Sylvester Hesp b1670298e9 Use skip_binder in favor of subst_identity
Co-authored-by: Eduard-Mihai Burtescu <eddyb@lyken.rs>
2023-02-16 12:32:11 +02:00
..
src Use skip_binder in favor of subst_identity 2023-02-16 12:32:11 +02:00
build.rs Update to 2023-01-21 2023-02-16 12:32:11 +02:00
Cargo.toml spirt-passes: add reduce pass for replacing ops with their inputs/constants. 2023-02-01 11:08:36 +02: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.