Struct nannou::ui::backend::glium::glium::program::Binary [] [src]

pub struct Binary {
    pub format: u32,
    pub content: Vec<u8>,
}

Represents the compiled binary data of a program.

Fields

An implementation-defined format.

The binary data.