jit-spirv 0.1.1

Compile GLSL/HLSL/WGSL to SPIR-V just-in-time with a simple macro.
Documentation
1
2
3
4
5
#[cfg(feature = "shaderc")]
pub use ::shaderc;

#[cfg(feature = "naga")]
pub use ::naga;