rustc_codegen_spirv-types 0.10.0-alpha.1

SPIR-V backend types shared between rustc_codegen_spirv and spirv-builder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![doc = include_str!("../README.md")]

pub use rspirv::spirv::Capability;

mod compile_result;
mod rustc_version;
mod target;
mod target_spec;
pub use compile_result::*;
pub use rustc_version::*;
pub use target::*;
pub use target_spec::*;

// HACK(eddyb) allows downstream crates to access the correct version directly.
pub use serde;
pub use serde_json;