sfGlslVec2

Type Alias sfGlslVec2 

Source
pub type sfGlslVec2 = sfVector2f;

Aliased Type§

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

Fields§

§x: f32§y: f32