Package foundry.veil.impl.glsl.visitor
Interface GlslTreeVisitor
- All Known Implementing Classes:
GlslStringWriter
public interface GlslTreeVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisitDeclaration(GlslDeclaration declaration) voidvisitDirective(String directive) voidvisitField(GlslNewNode newNode) @Nullable GlslFunctionVisitorvoidvisitStruct(GlslStructNode structSpecifier) voidvoidvisitVersion(GlslVersion version)
-
Method Details
-
visitVersion
-
visitDirective
-
visitField
-
visitStruct
-
visitDeclaration
-
visitFunction
-
visitTreeEnd
void visitTreeEnd()
-