diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-09 17:06:42 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-09 17:06:42 +0000 |
commit | efb8f2987c9b500b3af21f3498df5ac4ae091551 (patch) | |
tree | 02e102d22c835937981b20e178af38d01e366eb0 /third_party/gles2_book/README.chromium | |
parent | 1fe3ec310377e2549d05344583251e9e45148553 (diff) | |
download | chromium_src-efb8f2987c9b500b3af21f3498df5ac4ae091551.zip chromium_src-efb8f2987c9b500b3af21f3498df5ac4ae091551.tar.gz chromium_src-efb8f2987c9b500b3af21f3498df5ac4ae091551.tar.bz2 |
Renamed gles_book_examples to gles2_book to make it shorter and more correct. I still need to rename gles_book_examples.gyp to gles2_book.gyp. I will do it in another CL as svn does not like changes in renamed directories.
TBR=apatrick
Review URL: http://codereview.chromium.org/543002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/gles2_book/README.chromium')
-rw-r--r-- | third_party/gles2_book/README.chromium | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/third_party/gles2_book/README.chromium b/third_party/gles2_book/README.chromium new file mode 100644 index 0000000..38aaad8 --- /dev/null +++ b/third_party/gles2_book/README.chromium @@ -0,0 +1,27 @@ +URL: http://opengles-book.com/ +Version: +License: +License File: + +Description: +Code samples from OpenGL ES 2.0 Programming Guide. +Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner +Publisher: Addison-Wesley Professional +ISBN: 0321502795 + +Local Modifications: + Removed files that chromium did not need: + - Bin/* + - Common/Doc/* + - Common/Include/EGL/* + - Common/Include/GLES2/* + - Common/Include/KD/* + - Common/Lib/* + - Common/Source/esUtil_win32.c + - Lib/* + - *.vcproj, *.sln + + Added header files for individual examples so that they can be compiled as + static libraries: + - Chapter_2/Hello_Triangle/Hello_Triangle.h + - Chapter_8/Simple_VertexShader/Simple_VertexShader.h |