pub type sfGlslVec2 = sfVector2f;
#[repr(C)]pub struct sfGlslVec2 { pub x: f32, pub y: f32, }
x: f32
y: f32