Enum gltf::mesh::Indices [] [src]

pub enum Indices {
    U8(Iter<u8>),
    U16(Iter<u16>),
    U32(Iter<u32>),
}

Index data.

Variants

Index data of type U8

Index data of type U16

Index data of type U32

Trait Implementations

impl Debug for Indices
[src]

Formats the value using the given formatter.