Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(888)

Unified Diff: ui/gl/gl_bindings_autogen_gl.h

Issue 2099503003: gl_bindings: add support for more extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_bindings_autogen_gl.h
diff --git a/ui/gl/gl_bindings_autogen_gl.h b/ui/gl/gl_bindings_autogen_gl.h
index 7c045e4c54981233c07ca72adabdef01d29f2dff..28e951aa8464d7a1fb3cffdc8d350597caa109a3 100644
--- a/ui/gl/gl_bindings_autogen_gl.h
+++ b/ui/gl/gl_bindings_autogen_gl.h
@@ -1056,10 +1056,12 @@ struct ExtensionsGL {
bool b_GL_ARB_occlusion_query;
bool b_GL_ARB_program_interface_query;
bool b_GL_ARB_robustness;
+ bool b_GL_ARB_sampler_objects;
bool b_GL_ARB_shader_image_load_store;
bool b_GL_ARB_sync;
bool b_GL_ARB_texture_storage;
bool b_GL_ARB_timer_query;
+ bool b_GL_ARB_transform_feedback2;
bool b_GL_ARB_vertex_array_object;
bool b_GL_CHROMIUM_bind_uniform_location;
bool b_GL_CHROMIUM_gles_depth_binding_hack;
@@ -1081,6 +1083,7 @@ struct ExtensionsGL {
bool b_GL_EXT_shader_image_load_store;
bool b_GL_EXT_texture_storage;
bool b_GL_EXT_timer_query;
+ bool b_GL_EXT_transform_feedback;
bool b_GL_EXT_unpack_subimage;
bool b_GL_IMG_multisampled_render_to_texture;
bool b_GL_INTEL_framebuffer_CMAA;
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698