Type Definition sfml::graphics::glsl::IVec2

source · []
pub type IVec2 = Vector2<i32>;
Expand description

2D int vector (ivec2 in GLSL).