Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualShaderNodeMultiplyAdd
Hereda: VisualShaderNode < Resource < RefCounted < Object
Realiza una operación de multiplicación-adición fusionada dentro del gráfico de shader visual.
Descripción
Utiliza tres operandos para calcular la expresión (a * b + c).
Propiedades
|
Enumeraciones
enum OpType: 🔗
OpType OP_TYPE_SCALAR = 0
Un tipo escalar de punto flotante.
OpType OP_TYPE_VECTOR_2D = 1
Un tipo vector 2D.
OpType OP_TYPE_VECTOR_3D = 2
Un tipo vector 3D.
OpType OP_TYPE_VECTOR_4D = 3
Un tipo vector 4D.
OpType OP_TYPE_MAX = 4
Representa el tamaño del enum OpType.
Descripciones de Propiedades
Un tipo de operando y valor de retorno.