Struct glium::program::Binary
[−]
[src]
pub struct Binary { pub format: u32, pub content: Vec<u8>, }
Represents the compiled binary data of a program.
Fields
format: u32
An implementation-defined format.
content: Vec<u8>
The binary data.
Trait Implementations
impl<'a> From<Binary> for ProgramCreationInput<'a>
[src]
fn from(binary: Binary) -> ProgramCreationInput<'a>
[src]
Performs the conversion.