summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-19 15:21:51 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-19 15:21:51 +0000
commitbf83584effe27d702e9ec5c82389b356ca87340d (patch)
treec75d6714ee479bbec6224d63db83a61e3bf9f9e4 /gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
parent7b9f060ac59198fd6d2c242e3db3bf95c1d90db5 (diff)
downloadchromium_src-bf83584effe27d702e9ec5c82389b356ca87340d.zip
chromium_src-bf83584effe27d702e9ec5c82389b356ca87340d.tar.gz
chromium_src-bf83584effe27d702e9ec5c82389b356ca87340d.tar.bz2
Needed to allow querying the current VAO binding
Note: This isn't enough to make them actually work correctly with client side arrays. That still needs some way to know what the currently bound element array buffer is BUG=160482 Review URL: https://chromiumcodereview.appspot.com/11416032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h')
-rw-r--r--gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
index 6a4bee0..e006a77 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
@@ -801,6 +801,7 @@ std::string GLES2Util::GetStringGLState(uint32 value) {
"GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM" },
{ GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM,
"GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM" },
+ { GL_VERTEX_ARRAY_BINDING_OES, "GL_VERTEX_ARRAY_BINDING_OES" },
{ GL_VIEWPORT, "GL_VIEWPORT" },
{ GL_BLEND_COLOR, "GL_BLEND_COLOR" },
{ GL_BLEND_EQUATION_RGB, "GL_BLEND_EQUATION_RGB" },