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