diff options
author | Matt Turner <[email protected]> | 2013-01-21 17:09:53 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-01-25 14:10:23 -0800 |
commit | 12aa2fec5b4ffa89327551fbecd29acf1774959b (patch) | |
tree | f1cb221496d64cb9851a912c8cebea13321c9117 /src/glsl/glsl_parser_extras.h | |
parent | 7a850c58511f2e8367f3829ac6c3229c320cd91e (diff) |
glsl: Add infrastructure for ARB_shading_language_packing
Reviewed-by: Chad Versace <[email protected]>
Reviewed-by: Paul Berry <[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 2e6bb0b0a3d..53df149d871 100644 --- a/src/glsl/glsl_parser_extras.h +++ b/src/glsl/glsl_parser_extras.h @@ -272,6 +272,8 @@ struct _mesa_glsl_parse_state { bool OES_standard_derivatives_warn; bool ARB_texture_cube_map_array_enable; bool ARB_texture_cube_map_array_warn; + bool ARB_shading_language_packing_enable; + bool ARB_shading_language_packing_warn; /*@}*/ /** Extensions supported by the OpenGL implementation. */ |