Macro glam::const_uvec2
source · [−]macro_rules! const_uvec2 {
($ux2:expr) => { ... };
}
👎 Deprecated since 0.21.0:
use UVec2::from_array() instead.
macro_rules! const_uvec2 {
($ux2:expr) => { ... };
}
use UVec2::from_array() instead.