Type Definition collada::TextureIndex

source ·
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.