diff options
Diffstat (limited to 'src/glsl/ast.h')
-rw-r--r-- | src/glsl/ast.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glsl/ast.h b/src/glsl/ast.h index 78d24ae069d..816d5fccbbc 100644 --- a/src/glsl/ast.h +++ b/src/glsl/ast.h @@ -468,6 +468,11 @@ struct ast_type_qualifier { bool has_storage() const; /** + * Return whether an auxiliary storage qualifier is present. + */ + bool has_auxiliary_storage() const; + + /** * \brief Return string representation of interpolation qualifier. * * If an interpolation qualifier is present, then return that qualifier's |