glsl: Add infrastructure for ARB_shading_language_packing
Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
parent
7a850c5851
commit
12aa2fec5b
7 changed files with 10 additions and 0 deletions
|
|
@ -1227,6 +1227,9 @@ glcpp_parser_create (const struct gl_extensions *extensions, int api)
|
|||
|
||||
if (extensions->ARB_texture_cube_map_array)
|
||||
add_builtin_define(parser, "GL_ARB_texture_cube_map_array", 1);
|
||||
|
||||
if (extensions->ARB_shading_language_packing)
|
||||
add_builtin_define(parser, "GL_ARB_shading_language_packing", 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue