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