Struct nuklear_backend_gfx::Vertex []

pub struct Vertex {
    pub pos: [f32; 2],
    pub tex: [f32; 2],
    pub col: [U8Norm; 4],
}

Fields

Trait Implementations

impl Clone for Vertex

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vertex

impl Debug for Vertex

Formats the value using the given formatter.

impl Structure<Format> for Vertex

Get the layout of an element by name.

impl Default for Vertex
[src]

Returns the "default value" for a type. Read more