Class GlslCompareNode
java.lang.Object
foundry.veil.impl.glsl.node.expression.GlslCompareNode
- All Implemented Interfaces:
GlslNode
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionGlslCompareNode
(GlslNode first, GlslNode second, GlslCompareNode.Operand operand) -
Method Summary
Modifier and TypeMethodDescriptiongetFirst()
setOperand
(GlslCompareNode.Operand operand) stream()
toString()
-
Constructor Details
-
GlslCompareNode
-
-
Method Details
-
getSourceString
- Specified by:
getSourceString
in interfaceGlslNode
-
stream
-
getFirst
- Returns:
- The first operand
-
getSecond
- Returns:
- The second operand
-
getOperand
- Returns:
- The operand of relationship the expressions have
-
setFirst
-
setSecond
-
setOperand
-
toString
-