select

Creates a vector from the elements in if_true and if_false, selecting which to use for each element of self. A true element in the mask uses the corresponding element from if_true, and false uses the element from if_false.

Arguments

  • mask : BVec2 - No Documentation 🚧
  • if_true : UVec2 - No Documentation 🚧
  • if_false : UVec2 - No Documentation 🚧

Returns

  • arg0 : UVec2 - No Documentation 🚧