Class WhileLoopNode
java.lang.Object
foundry.veil.impl.glsl.node.branch.WhileLoopNode
- All Implemented Interfaces:
GlslNode
Represents both while and do/while loops.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionWhileLoopNode
(GlslNode condition, GlslNode body, WhileLoopNode.Type loopType) -
Method Summary
Modifier and TypeMethodDescriptiongetBody()
setCondition
(GlslNode condition) setLoopType
(WhileLoopNode.Type loopType) stream()
-
Constructor Details
-
WhileLoopNode
-
-
Method Details
-
getCondition
-
getBody
-
getLoopType
-
setCondition
-
setBody
-
setLoopType
-
getSourceString
- Specified by:
getSourceString
in interfaceGlslNode
-
stream
-