[go: up one dir, main page]

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

This is supported on feature="utils" only.

Casting iterator adapters for texture co-ordinates.

Structs

CastingIterfeature="utils"

Casting iterator for TexCoords.

F32feature="utils"

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

U8feature="utils"

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

U16feature="utils"

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

Traits

Castfeature="utils"

Trait for types which describe casting behaviour.