rust-gpu/crates/rustc_codegen_spirv
Jake Shadle e96418f9fa
Update spirv-tools (#1127)
* Update to spirv-tools 0.10.0

* Use pre-built binaries from spirv-tools-rs

* Oops

* Target != host for android

* Use non-ancient ubuntu

* Oh right

* Update expected output

* Address feedback

* Oops

* Cancel actions when new commits are pushed

* Update CHANGELOG

* Fixup
2024-02-07 07:46:23 +00:00
..
src rustup: update to nightly-2023-09-30. 2023-11-22 12:34:30 +02:00
build.rs rustup: update to nightly-2023-09-30. 2023-11-22 12:34:30 +02:00
Cargo.toml Update spirv-tools (#1127) 2024-02-07 07:46:23 +00: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.