Type Definition wavefront_obj::obj::TextureIndex[][src]

pub type TextureIndex = usize;
Expand description

An index into the texture vertex array of an object.

Unchecked indexing may be used, because the values are guaranteed to be in range by the parser.