[][src]Crate rspirv_reflect

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

DescriptorInfo
DescriptorType

These are bit-exact with ash and the Vulkan specification, they're mirrored here to prevent a dependency on ash

Reflection

Enums

ReflectError