shuffleMix 抽象方法

Float32x4 shuffleMix(
  1. Float32x4 other,
  2. int mask
)

混合 other 的通道值。返回的 Float32x4 将包含来自 的 XY 通道和来自 other 的 ZW 通道。使用与 shuffle 相同的 mask

实现

Float32x4 shuffleMix(Float32x4 other, int mask);