对当前 Int32x4 和 other 的通道值进行洗牌。返回的 Int32x4 将包含来自此 Int32x4 的 XY 通道和来自 other 的 ZW 通道。使用与 shuffle 相同的 mask。
other
mask
Int32x4 shuffleMix(Int32x4 other, int mask);