Class GlslPrecisionNode
java.lang.Object
foundry.veil.impl.glsl.node.expression.GlslPrecisionNode
- All Implemented Interfaces:
GlslNode
-
Constructor Summary
ConstructorDescriptionGlslPrecisionNode
(GlslTypeQualifier.Precision precision, GlslTypeSpecifier typeSpecifier) -
Method Summary
Modifier and TypeMethodDescriptionsetPrecision
(GlslTypeQualifier.Precision precision) setTypeSpecifier
(GlslTypeSpecifier typeSpecifier) stream()
-
Constructor Details
-
GlslPrecisionNode
-
-
Method Details
-
getPrecision
-
getTypeSpecifier
-
setPrecision
-
setTypeSpecifier
-
getSourceString
- Specified by:
getSourceString
in interfaceGlslNode
-
stream
-