| OLD | NEW |
| 1 Name: OpenGL ES 2.0 Programming Guide | 1 Name: OpenGL ES 2.0 Programming Guide |
| 2 Short Name: opengles-book | 2 Short Name: opengles-book |
| 3 URL: http://opengles-book.com/ | 3 URL: http://opengles-book.com/ |
| 4 Version: unknown | 4 Version: unknown |
| 5 Security Critical: no | 5 Security Critical: no |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 Code samples from OpenGL ES 2.0 Programming Guide. | 8 Code samples from OpenGL ES 2.0 Programming Guide. |
| 9 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner | 9 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner |
| 10 Publisher: Addison-Wesley Professional | 10 Publisher: Addison-Wesley Professional |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 - Chapter_8/Simple_VertexShader/Simple_VertexShader.h | 29 - Chapter_8/Simple_VertexShader/Simple_VertexShader.h |
| 30 - Chapter_9/MipMap2D/MipMap2D.h | 30 - Chapter_9/MipMap2D/MipMap2D.h |
| 31 - Chapter_9/Simple_Texture2D/Simple_Texture2D.h | 31 - Chapter_9/Simple_Texture2D/Simple_Texture2D.h |
| 32 - Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.h | 32 - Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.h |
| 33 - Chapter_9/TextureWrap/TextureWrap.h | 33 - Chapter_9/TextureWrap/TextureWrap.h |
| 34 - Chapter_11/Stencil_Test/Stencil_Test.h | 34 - Chapter_11/Stencil_Test/Stencil_Test.h |
| 35 | 35 |
| 36 Initialized local variables: | 36 Initialized local variables: |
| 37 - Chapter_11/Stencil_Test/Stencil_Test.c | 37 - Chapter_11/Stencil_Test/Stencil_Test.c |
| 38 - Common/Source/esShader.c | 38 - Common/Source/esShader.c |
| 39 |
| 40 Improvements in Chapter_11/Stencil_Test: |
| 41 - Fixed depth and color values in Stencil Test |
| 42 - Removed redundant glGetIntegerv in draw loop |
| 39 | 43 |
| OLD | NEW |