summaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index 8e904bccc9..d21be7e7a0 100644
--- a/ast.h
+++ b/ast.h
@@ -375,6 +375,10 @@ public:
/* empty */
}
+ const struct glsl_type *glsl_type(const char **name,
+ struct _mesa_glsl_parse_state *state)
+ const;
+
virtual void print(void) const;
enum ast_types type_specifier;