[go: up one dir, main page]

Module tex_coords

Module tex_coords 

Source
Available on crate feature utils only.
Expand description

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.