Class WhileLoopNode

java.lang.Object
io.github.ocelot.glslprocessor.api.node.branch.WhileLoopNode
All Implemented Interfaces:
GlslNode

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