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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 1435183002: WebGL 2: fix the bug in invalidate-framebuffer.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 5 years, 1 month 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 | « no previous file | gpu/command_buffer/client/gles2_implementation_impl_autogen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/build_gles2_cmd_buffer.py
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py
index ea859c91515fade60a84027c7711003a3543b508..f33e363bc4b1167cf31504563fe5dbec377aa460 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -603,16 +603,6 @@ _NAMED_TYPE_INFO = {
'GL_RENDERBUFFER',
],
},
- 'InvalidateFrameBufferTarget': {
- 'type': 'GLenum',
- 'valid': [
- 'GL_FRAMEBUFFER',
- ],
- 'invalid': [
- 'GL_DRAW_FRAMEBUFFER' ,
- 'GL_READ_FRAMEBUFFER' ,
- ],
- },
'RenderBufferTarget': {
'type': 'GLenum',
'valid': [
« no previous file with comments | « no previous file | gpu/command_buffer/client/gles2_implementation_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698