Enum amethyst_renderer::Normal [] [src]

pub enum Normal {}

Type for texture coord attribute of vertex

Trait Implementations

impl Clone for Normal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Normal
[src]

[src]

Formats the value using the given formatter.

impl Attribute for Normal
[src]

NAME: &'static str = "normal"

Name of the attribute It is used to bind to the attributes in shaders Read more

FORMAT: Format = Format(SurfaceType::R32_G32_B32, ChannelType::Float)

Format of the attribute defines arity and type

SIZE: u32 = 12

Size of the attribue

Representation of the attribute usually it is [f32; N] Read more