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