Class GlslUnaryNode
java.lang.Object
foundry.veil.impl.glsl.node.expression.GlslUnaryNode
- All Implemented Interfaces:
GlslNode
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable GlslSpecifiedType
getType()
setExpression
(GlslNode expression) setOperand
(GlslUnaryNode.Operand operand) stream()
toString()
-
Constructor Details
-
GlslUnaryNode
-
-
Method Details
-
getType
-
stream
-
getExpression
-
getOperand
-
setExpression
-
setOperand
-
toString
-
getSourceString
- Specified by:
getSourceString
in interfaceGlslNode
-