rust-gpu/crates/rustc_codegen_spirv
2024-02-26 12:23:24 +01:00
..
src Fix bit rotates (#1062) by using == 0 instead of != 0 for mask_is_zero. 2024-02-07 11:32:59 +02:00
build.rs rustup: update to nightly-2023-09-30. 2023-11-22 12:34:30 +02:00
Cargo.toml spirv-std: only enable glam&num-traits's libm features on SPIR-V targets. (#1122) 2024-02-26 12:23:24 +01: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.