diff options
author | Tapani Pälli <[email protected]> | 2014-05-05 07:58:17 +0300 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2014-06-16 06:49:59 +0300 |
commit | 8381f0f0c375308f96b602ba27315d3824c86e8a (patch) | |
tree | bd348013c77f4e484c42b1cedbabdd7d12416853 /src/glsl/glsl_parser_extras.h | |
parent | 73f7c8636dff34ef4254e0d89fc7670e35a36da9 (diff) |
glsl: add enable bit for ARB_explicit_uniform_location
Signed-off-by: Tapani Pälli <[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 9480ec5b800..6459cac64c9 100644 --- a/src/glsl/glsl_parser_extras.h +++ b/src/glsl/glsl_parser_extras.h @@ -363,6 +363,8 @@ struct _mesa_glsl_parse_state { bool ARB_draw_instanced_warn; bool ARB_explicit_attrib_location_enable; bool ARB_explicit_attrib_location_warn; + bool ARB_explicit_uniform_location_enable; + bool ARB_explicit_uniform_location_warn; bool ARB_fragment_coord_conventions_enable; bool ARB_fragment_coord_conventions_warn; bool ARB_gpu_shader5_enable; |