Type Definition sfml::graphics::glsl::IVec3

source · []
pub type IVec3 = Vector3<i32>;
Expand description

3D int vector (ivec3 in GLSL).