Crate rspirv_reflect[−][src]
Expand description
Basic SPIR-V reflection library to extract binding information
let info = Reflection::new_from_spirv(&spirv_blob)?;
dbg!(info.get_descriptor_sets()?);Re-exports
pub use rspirv;pub use rspirv::spirv;Structs
These are bit-exact with ash and the Vulkan specification, they’re mirrored here to prevent a dependency on ash
