Package foundry.veil.impl.glsl.node
Class GlslTree
java.lang.Object
foundry.veil.impl.glsl.node.GlslTree
-
Constructor Summary
ConstructorDescriptionGlslTree
(GlslVersion version, Collection<GlslNode> body, Collection<String> directives, Map<String, GlslNode> markers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(GlslInjectionPoint point, GlslNode node) void
void
addAll
(GlslInjectionPoint point, Collection<GlslNode> nodes) void
addAll
(Collection<GlslNode> nodes) fields()
getBody()
int
toString()
void
visit
(GlslTreeVisitor visitor)
-
Constructor Details
-
GlslTree
public GlslTree(GlslVersion version, Collection<GlslNode> body, Collection<String> directives, Map<String, GlslNode> markers)
-
-
Method Details