Computes the result of a multiply-add (MADD) operation among three inputs. For each component of the result, the product of the corresponding components of the first two inputs is added to the corresponding component of the third input. This operation sequence is found in common formulas, for example, in the point-slope formula of a line, and in the formula to scale and then bias an input.
Computes the minimum value of two inputs. For each component of the result, the lesser of the corresponding components of ...
Computes the modulus (remainder) of two inputs. For each component of the result, some integral (whole-number) multiple, ...
Computes the product of two inputs. For each component of the result, the corresponding components of the inputs are multiplied ...
Computes the quotient of the specified inputs. For each component of the result, the corresponding component of the first ...
Computes the result of a multiply-add (MADD) operation among three inputs. For each component of the result, the product ...
Computes the sine of an input. For each component of the result, the sine of the corresponding component, which is provided ...
Computes the specular lighting contribution, based on active lights and material properties. Specular lighting gives a shiny, ...
Computes the square root of an input. For each component of the result, the square root of the corresponding component is ...
Computes the sum of two inputs. For each component of the result, the corresponding components of the inputs are added together. ...