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 | An implementation-defined format. |
content | The binary data. |