glcpp: Add GL_ARB_draw_instanced #define.
This commit is contained in:

committed by
Kenneth Graunke

parent
b618e78897
commit
54346d1f9b
@@ -1132,6 +1132,9 @@ glcpp_parser_create (const struct gl_extensions *extensions, int api)
|
||||
if (extensions->ARB_shader_texture_lod)
|
||||
add_builtin_define(parser, "GL_ARB_shader_texture_lod", 1);
|
||||
|
||||
if (extensions->ARB_draw_instanced)
|
||||
add_builtin_define(parser, "GL_ARB_draw_instanced", 1);
|
||||
|
||||
if (extensions->AMD_conservative_depth) {
|
||||
add_builtin_define(parser, "GL_AMD_conservative_depth", 1);
|
||||
add_builtin_define(parser, "GL_ARB_conservative_depth", 1);
|
||||
|
Reference in New Issue
Block a user