[][src]Module gltf::mesh::util::tex_coords

Casting iterator adapters for texture co-ordinates.

Structs

CastingIter

Casting iterator for TexCoords.

F32

Type which describes how to cast any texture coordinate into pair of f32.

U8

Type which describes how to cast any texture coordinate into pair of u8.

U16

Type which describes how to cast any texture coordinate into pair of u16.

Traits

Cast

Trait for types which describe casting behaviour.