summaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_parser_extras.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2015-10-05 00:01:45 +1100
committerTimothy Arceri <[email protected]>2015-11-12 10:18:08 +1100
commit82e4f22d1ec65269328bbd472261d6a8e0689558 (patch)
tree2e76b4686cbdd60b4d5e5c30334f850e31e67c7e /src/glsl/glsl_parser_extras.h
parentdf8af7d75155845d12d5a14a3a5ca644f07cb3b1 (diff)
mesa: add ARB_enhanced_layouts
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/glsl/glsl_parser_extras.h')
-rw-r--r--src/glsl/glsl_parser_extras.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h
index b54c5359149..684b917afa0 100644
--- a/src/glsl/glsl_parser_extras.h
+++ b/src/glsl/glsl_parser_extras.h
@@ -499,6 +499,8 @@ struct _mesa_glsl_parse_state {
bool ARB_draw_buffers_warn;
bool ARB_draw_instanced_enable;
bool ARB_draw_instanced_warn;
+ bool ARB_enhanced_layouts_enable;
+ bool ARB_enhanced_layouts_warn;
bool ARB_explicit_attrib_location_enable;
bool ARB_explicit_attrib_location_warn;
bool ARB_explicit_uniform_location_enable;