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

Unified Diff: ui/gl/generate_bindings.py

Issue 23855003: gpu: Map glDiscardFramebufferEXT to glInvalidateFramebuffer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « gpu/command_buffer/service/feature_info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/generate_bindings.py
diff --git a/ui/gl/generate_bindings.py b/ui/gl/generate_bindings.py
index 3e51dcb513babe4ed9a0fff6557d046d35980feb..d1ad7797bdf8a9142b2df57c10607af3a70144d9 100755
--- a/ui/gl/generate_bindings.py
+++ b/ui/gl/generate_bindings.py
@@ -747,7 +747,7 @@ GL_FUNCTIONS = [
'APPLE_vertex_array_object',
'ARB_vertex_array_object'] },
{ 'return_type': 'void',
- 'names': ['glDiscardFramebufferEXT'],
+ 'names': ['glDiscardFramebufferEXT', 'glInvalidateFramebuffer'],
'arguments': 'GLenum target, GLsizei numAttachments, '
'const GLenum* attachments' },
]
« no previous file with comments | « gpu/command_buffer/service/feature_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698