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.