Remove type categories from the GLSL AST
Type categories are now handled at semantic analysis time so we don't need to track them at syntax analysis time.
Showing
- src/libs/glsl/glsl.g 87 additions, 87 deletionssrc/libs/glsl/glsl.g
- src/libs/glsl/glslast.cpp 2 additions, 2 deletionssrc/libs/glsl/glslast.cpp
- src/libs/glsl/glslast.h 3 additions, 45 deletionssrc/libs/glsl/glslast.h
- src/libs/glsl/glslparser.cpp 85 additions, 85 deletionssrc/libs/glsl/glslparser.cpp
- src/libs/glsl/glslparser.h 2 additions, 2 deletionssrc/libs/glsl/glslparser.h
Loading
Please register or sign in to comment