pub type Vec4 = Vec4;Expand description
4D vector type alias.
backed by glam::Vec4, useful for packed colors and shader uniforms.
Aliased Typeยง
pub struct Vec4(/* private fields */);pub type Vec4 = Vec4;4D vector type alias.
backed by glam::Vec4, useful for packed colors and shader uniforms.
pub struct Vec4(/* private fields */);