Expand description
Basic SPIR-V reflection library to extract binding information
let info = rspirv_reflect::Reflection::new_from_spirv(&spirv_blob).expect("Invalid SPIR-V");
dbg!(info.get_descriptor_sets().expect("Failed to extract descriptor bindings"));Re-exports§
Structs§
- Descriptor
Info - Descriptor
Type - These are bit-exact with ash and the Vulkan specification, they’re mirrored here to prevent a dependency on ash
- Push
Constant Info - Reflection