Enum gltf::mesh::TexCoords [] [src]

pub enum TexCoords {
    F32(Iter<[f32; 2]>),
    U8(Iter<[u8; 2]>),
    U16(Iter<[u16; 2]>),
}

UV texture co-ordinates.

Variants

UV texture co-ordinates of type [f32; 2].

UV texture co-ordinates of type [u8; 2]>.

UV texture co-ordinates of type [u16; 2]>.

Trait Implementations

impl Debug for TexCoords
[src]

Formats the value using the given formatter.