Struct cognitive_graphics::attributes::EglAttributes [] [src]

pub struct EglAttributes {
    pub name: u32,
    pub width: i32,
    pub height: i32,
    pub stride: u32,
    pub format: u32,
}

Attributes for creation EGL image.

Fields

Methods

impl EglAttributes
[src]

Constructs new EglAttributes.

Trait Implementations

impl Debug for EglAttributes
[src]

Formats the value using the given formatter.

impl Clone for EglAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more