Skip to content
  • Rhys Weatherley's avatar
    Making GLSL AST nodes while preserving lineno info · 73f77a0b
    Rhys Weatherley authored
    Eventually we will need some way to locate an identifier's
    definition, so add "lineno" to each AST node.  May want to
    change this to "position" later.  The makeAstNode<T>() function
    takes care of automatically decorating nodes with line numbers.
    73f77a0b