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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWhileLoopNode(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:
getSourceStringin interfaceGlslNode
-
stream
-