Class VersionStatement

java.lang.Object
io.github.douira.glsl_transformer.ast.node.basic.ASTNode
io.github.douira.glsl_transformer.ast.node.VersionStatement
All Implemented Interfaces:
Cloneable

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.
  • Field Details

  • Constructor Details

    • VersionStatement

      public VersionStatement(Version version, Profile profile)
    • VersionStatement

      public VersionStatement(Version version)
  • Method Details