[−][src]Module gltf::mesh::util::tex_coords
This is supported on
feature="utils" only.Casting iterator adapters for texture co-ordinates.
Structs
| CastingIter | feature="utils"Casting iterator for |
| F32 | feature="utils"Type which describes how to cast any texture coordinate into pair of f32. |
| U8 | feature="utils"Type which describes how to cast any texture coordinate into pair of u8. |
| U16 | feature="utils"Type which describes how to cast any texture coordinate into pair of u16. |
Traits
| Cast | feature="utils"Trait for types which describe casting behaviour. |