Struct amethyst_renderer::VertexPosNormal []

pub struct VertexPosNormal {
    pub pos: [f32; 3],
    pub normal: [f32; 3],
    pub tex_coord: [f32; 2],
}

Fields

Trait Implementations

impl Clone for VertexPosNormal

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VertexPosNormal

impl Debug for VertexPosNormal

Formats the value using the given formatter.

impl Pod for VertexPosNormal

impl Structure<Format> for VertexPosNormal

Get the layout of an element by name.