mesa: added new gl_extensions::EXT_gpu_shader4 field

This commit is contained in:
Brian Paul 2010-10-23 09:36:44 -06:00
parent 4250882ccf
commit 9ee07a0a27
1 changed files with 1 additions and 0 deletions

View File

@ -2690,6 +2690,7 @@ struct gl_extensions
GLboolean EXT_framebuffer_object;
GLboolean EXT_framebuffer_sRGB;
GLboolean EXT_gpu_program_parameters;
GLboolean EXT_gpu_shader4;
GLboolean EXT_multi_draw_arrays;
GLboolean EXT_paletted_texture;
GLboolean EXT_packed_depth_stencil;