Variable and parameter declarations for GLSL

This commit is contained in:
Rhys Weatherley
2010-11-17 14:46:11 +10:00
parent 7e4ef22cbd
commit a666c48cf5
6 changed files with 739 additions and 415 deletions

View File

@@ -79,6 +79,10 @@ public:
int qualifier;
List<LayoutQualifier *> *layout_list;
} type_qualifier;
struct {
Type *type;
const std::string *name;
} param_declarator;
// ### ast nodes...
};