Function rspirv::binary::parse_words
source · pub fn parse_words(
binary: impl AsRef<[u32]>,
consumer: &mut dyn Consumer
) -> Result<()>Expand description
Parses the given binary and consumes the module using the given
consumer.