orReturns true if at least one of the inputs is true. If both inputs are false, it returns false. This is also called the logical inclusive disjunction.
For Boolean structs (vectors and matrices) like bool3 or bool2x4, the result is per component.
firstFirst Boolean value.
secondSecond Boolean value.
outputReturns true if first is true or second is true or both inputs are true.