OLD | NEW |
1 URL: http://opengles-book.com/ | 1 URL: http://opengles-book.com/ |
2 Version: | 2 Version: |
3 License: | 3 License: |
4 License File: | 4 License File: |
5 | 5 |
6 Description: | 6 Description: |
7 Code samples from OpenGL ES 2.0 Programming Guide. | 7 Code samples from OpenGL ES 2.0 Programming Guide. |
8 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner | 8 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner |
9 Publisher: Addison-Wesley Professional | 9 Publisher: Addison-Wesley Professional |
10 ISBN: 0321502795 | 10 ISBN: 0321502795 |
11 | 11 |
12 Local Modifications: | 12 Local Modifications: |
13 Removed files that chromium did not need: | 13 Removed files that chromium did not need: |
14 - Bin/* | 14 - Bin/* |
15 - Common/Doc/* | 15 - Common/Doc/* |
16 - Common/Include/EGL/* | 16 - Common/Include/EGL/* |
17 - Common/Include/GLES2/* | 17 - Common/Include/GLES2/* |
18 - Common/Include/KD/* | 18 - Common/Include/KD/* |
19 - Common/Lib/* | 19 - Common/Lib/* |
20 - Common/Source/esUtil_win32.c | 20 - Common/Source/esUtil_win32.c |
| 21 - Common/Source/Win32/esUtil_TGA.c |
21 - Lib/* | 22 - Lib/* |
22 - *.vcproj, *.sln | 23 - *.vcproj, *.sln |
23 | 24 |
24 Added header files for individual examples so that they can be compiled as | 25 Added header files for individual examples so that they can be compiled as |
25 static libraries: | 26 static libraries: |
26 - Chapter_2/Hello_Triangle/Hello_Triangle.h | 27 - Chapter_2/Hello_Triangle/Hello_Triangle.h |
27 - Chapter_8/Simple_VertexShader/Simple_VertexShader.h | 28 - Chapter_8/Simple_VertexShader/Simple_VertexShader.h |
| 29 - Chapter_9/MipMap2D/MipMap2D.h |
| 30 - Chapter_9/Simple_Texture2D/Simple_Texture2D.h |
| 31 - Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.h |
| 32 - Chapter_9/TextureWrap/TextureWrap.h |
| 33 - Chapter_11/Stencil_Test/Stencil_Test.h |
| 34 |
OLD | NEW |