diff options
author | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 02:00:58 +0000 |
---|---|---|
committer | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 02:00:58 +0000 |
commit | 0c998e4429e5583a48a244ac2d37d0bd3c02e480 (patch) | |
tree | 268c40a1dda52e10ec2e8009fc298d738738b196 /gpu | |
parent | 067af377641397672347e8e5bb850c6365de51df (diff) | |
download | chromium_src-0c998e4429e5583a48a244ac2d37d0bd3c02e480.zip chromium_src-0c998e4429e5583a48a244ac2d37d0bd3c02e480.tar.gz chromium_src-0c998e4429e5583a48a244ac2d37d0bd3c02e480.tar.bz2 |
Update gl2.h and gl2ext.h headers from Khronos.
These headers make using gl extensions easier.
BUG=none
TEST=ppb_graphics3d,building of gles book examples
Review URL: https://chromiumcodereview.appspot.com/10290006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rwxr-xr-x | gpu/command_buffer/build_gles2_cmd_buffer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py index a279798..abc2e69 100755 --- a/gpu/command_buffer/build_gles2_cmd_buffer.py +++ b/gpu/command_buffer/build_gles2_cmd_buffer.py @@ -6089,6 +6089,7 @@ const size_t GLES2Util::enum_to_string_table_len_ = file.Write(_DO_NOT_EDIT_WARNING) file.Write("#include <GLES2/gl2.h>\n") + file.Write("#include <GLES2/gl2ext.h>\n") file.Write("#include \"ppapi/lib/gl/gles2/gl2ext_ppapi.h\"\n\n") for func in self.original_functions: |