pub type Vector4F32 = Vector4<f32>;
Type alias for vec4 of f32
#[repr(C)]pub struct Vector4F32(pub f32, pub f32, pub f32, pub f32);
0: f32
1: f32
2: f32
3: f32