Trait rspirv::binary::Assemble[][src]

pub trait Assemble {
    fn assemble(&self) -> Vec<u32>;
}

Trait for assembling functionalities.

Required Methods

Assembles the current object and returns the binary code.

Implementors