pub type TextureRec = TextureRec_;
struct TextureRec { pub U1: f32, pub V1: f32, pub U2: f32, pub V2: f32, }
U1: f32
V1: f32
U2: f32
V2: f32