Available on crate feature
utils only.Expand description
Casting iterator adapters for texture co-ordinates.
Structs§
- Casting
Iter - 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.