Struct spirv_layout::Module [−][src]
pub struct Module { /* fields omitted */ }Expand description
Stores the reflection info of a single SPIRV module.
Implementations
Generates reflection info from a given stream of words.
Errors
Error::InvalidHeaderif the SPIRV header is not validError::InvalidOpif the binary representation of any instruction inwordsis not validError::InvalidIdif any type declaration in the SPIRV module reference non-existent IDsError::Otherif any other errors occur
