Enum amethyst_renderer::TexCoord [] [src]

pub enum TexCoord {}

Type for texture coord attribute of vertex

Trait Implementations

impl Clone for TexCoord
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TexCoord
[src]

[src]

Formats the value using the given formatter.

impl Attribute for TexCoord
[src]

NAME: &'static str = "tex_coord"

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

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

Format of the attribute defines arity and type

SIZE: u32 = 8

Size of the attribue

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