Vec4I

Type Alias Vec4I 

Source
pub type Vec4I = Vec4<i32>;

Aliased Type§

#[repr(C)]
pub struct Vec4I { pub x: i32, pub y: i32, pub z: i32, pub w: i32, }

Fields§

§x: i32§y: i32§z: i32§w: i32