Package foundry.veil.impl.glsl.node
Class GlslTree
java.lang.Object
foundry.veil.impl.glsl.node.GlslTree
-
Constructor Summary
ConstructorsConstructorDescriptionGlslTree(GlslVersion version, Collection<GlslNode> body, Collection<String> directives, Map<String, GlslNode> markers) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(GlslInjectionPoint point, GlslNode node) voidvoidaddAll(GlslInjectionPoint point, Collection<GlslNode> nodes) voidaddAll(Collection<GlslNode> nodes) fields()getBody()inttoString()voidvisit(GlslTreeVisitor visitor)
-
Constructor Details
-
GlslTree
public GlslTree(GlslVersion version, Collection<GlslNode> body, Collection<String> directives, Map<String, GlslNode> markers)
-
-
Method Details