macro_rules! const_uvec3 {
    ($ux3:expr) => { ... };
}
👎Deprecated since 0.21.0: use UVec3::from_array() instead.