OLD | NEW |
1 Name: OpenGL ES 2.0 Programming Guide | 1 Name: OpenGL ES 2.0 Programming Guide |
| 2 Short Name: opengles-book |
2 URL: http://opengles-book.com/ | 3 URL: http://opengles-book.com/ |
| 4 Version: unknown |
3 | 5 |
4 Description: | 6 Description: |
5 Code samples from OpenGL ES 2.0 Programming Guide. | 7 Code samples from OpenGL ES 2.0 Programming Guide. |
6 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner | 8 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner |
7 Publisher: Addison-Wesley Professional | 9 Publisher: Addison-Wesley Professional |
8 ISBN: 0321502795 | 10 ISBN: 0321502795 |
9 | 11 |
10 Local Modifications: | 12 Local Modifications: |
11 Removed files that chromium did not need: | 13 Removed files that chromium did not need: |
12 - Bin/* | 14 - Bin/* |
(...skipping 10 matching lines...) Expand all Loading... |
23 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 |
24 static libraries: | 26 static libraries: |
25 - Chapter_2/Hello_Triangle/Hello_Triangle.h | 27 - Chapter_2/Hello_Triangle/Hello_Triangle.h |
26 - Chapter_8/Simple_VertexShader/Simple_VertexShader.h | 28 - Chapter_8/Simple_VertexShader/Simple_VertexShader.h |
27 - Chapter_9/MipMap2D/MipMap2D.h | 29 - Chapter_9/MipMap2D/MipMap2D.h |
28 - Chapter_9/Simple_Texture2D/Simple_Texture2D.h | 30 - Chapter_9/Simple_Texture2D/Simple_Texture2D.h |
29 - Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.h | 31 - Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.h |
30 - Chapter_9/TextureWrap/TextureWrap.h | 32 - Chapter_9/TextureWrap/TextureWrap.h |
31 - Chapter_11/Stencil_Test/Stencil_Test.h | 33 - Chapter_11/Stencil_Test/Stencil_Test.h |
32 | 34 |
OLD | NEW |