Class WhileLoopNode

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

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