diff options
author | Vincent Lejeune <[email protected]> | 2011-12-25 19:17:03 +0100 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-07-09 11:11:38 -0700 |
commit | 7fabb2b5939c8640075136fec15d6b87bad9c9dd (patch) | |
tree | ac5b9748258050c8d48b5593be701c0bf16ad641 /src/glsl/glsl_parser_extras.h | |
parent | f4fb6bf08811cc69c1e635cf0af198ded197bcb0 (diff) |
glsl: Parser handles "#extension GL_ARB_uniform_buffer_object"
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glsl/glsl_parser_extras.h')
-rw-r--r-- | src/glsl/glsl_parser_extras.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h index 246fc8141db..d97217ef943 100644 --- a/src/glsl/glsl_parser_extras.h +++ b/src/glsl/glsl_parser_extras.h @@ -207,6 +207,8 @@ struct _mesa_glsl_parse_state { bool OES_EGL_image_external_warn; bool ARB_shader_bit_encoding_enable; bool ARB_shader_bit_encoding_warn; + bool ARB_uniform_buffer_object_enable; + bool ARB_uniform_buffer_object_warn; /*@}*/ /** Extensions supported by the OpenGL implementation. */ |