cmpgt
Returns a vector mask containing the result of a
>
comparison for each element ofself
andrhs
. In other words this computes[self.x > rhs.x, self.y > rhs.y, ..]
for all elements.
Arguments
- _self :
UVec4
- No Documentation 🚧 - rhs :
UVec4
- No Documentation 🚧
Returns
- arg0 :
BVec4
- No Documentation 🚧