| Parameter | Description |
|---|---|
| lhs | Left hand side half3 to use to compute componentwise not equal. |
| rhs | Right hand side half3 to use to compute componentwise not equal. |
bool3 bool3 result of the componentwise not equal.
Returns the result of a componentwise not equal operation on two half3 vectors.
| Parameter | Description |
|---|---|
| lhs | Left hand side half3 to use to compute componentwise not equal. |
| rhs | Right hand side half to use to compute componentwise not equal. |
bool3 bool3 result of the componentwise not equal.
Returns the result of a componentwise not equal operation on a half3 vector and a half value.
| Parameter | Description |
|---|---|
| lhs | Left hand side half to use to compute componentwise not equal. |
| rhs | Right hand side half3 to use to compute componentwise not equal. |
bool3 bool3 result of the componentwise not equal.
Returns the result of a componentwise not equal operation on a half value and a half3 vector.