cmpeq

Returns a vector mask containing the result of a == comparison for each element of self and rhs. In other words, this computes [self.x == rhs.x, self.y == rhs.y, ..] for all elements.

Arguments

  • _self : U64Vec4 - No Documentation 🚧
  • rhs : U64Vec4 - No Documentation 🚧

Returns

  • arg0 : BVec4 - No Documentation 🚧