Class VersionStatement

java.lang.Object
io.github.douira.glsl_transformer.ast.node.basic.ASTNode
io.github.douira.glsl_transformer.ast.node.VersionStatement

public class VersionStatement extends ASTNode
The version statement holds information about the selected GLSL version and profile. This class' Version and Profile enums are declared outside of this class for easier use in the lexer.