Struct mallumo::GuiVertex [] [src]

pub struct GuiVertex {
    pub color: [f32; 4],
    pub position: [f32; 2],
    pub tex_coords: [f32; 2],
    pub mode: u32,
    // some fields omitted
}

The Vertex type passed to the vertex shader.

Fields

Trait Implementations

impl Copy for GuiVertex
[src]

impl Clone for GuiVertex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GuiVertex
[src]

[src]

Formats the value using the given formatter.