From ecb5f7ea2366ab372e52b2e5e591daad77a7d7dd Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Fri, 14 Feb 2020 23:09:53 +0300 Subject: Added 'fma' function to shader language --- doc/classes/VisualShaderNodeMultiplyAdd.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/classes/VisualShaderNodeMultiplyAdd.xml (limited to 'doc/classes') diff --git a/doc/classes/VisualShaderNodeMultiplyAdd.xml b/doc/classes/VisualShaderNodeMultiplyAdd.xml new file mode 100644 index 0000000000..ba79b3fe8f --- /dev/null +++ b/doc/classes/VisualShaderNodeMultiplyAdd.xml @@ -0,0 +1,29 @@ + + + + Performs a fused multiply-add operation within the visual shader graph. + + + Uses three operands to compute [code](a * b + c)[/code] expression. + + + + + + + + A type of operands and returned value. + + + + + A scalar type. + + + A vector type. + + + Represents the size of the [enum Type] enum. + + + -- cgit v1.2.3