Class WhileLoopNode

java.lang.Object
foundry.veil.api.glsl.node.branch.WhileLoopNode
All Implemented Interfaces:
GlslNode

public class WhileLoopNode extends Object implements GlslNode
Represents both while and do/while loops.