Function rspirv::binary::parse_words[][src]

pub fn parse_words<T: AsRef<[u32]>>(
    binary: T,
    consumer: &mut Consumer
) -> Result<()>

Parses the given binary and consumes the module using the given consumer.