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 License: MIT |
6 | 7 |
7 Description: | 8 Description: |
8 Code samples from OpenGL ES 2.0 Programming Guide. | 9 Code samples from OpenGL ES 2.0 Programming Guide. |
9 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner | 10 Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner |
10 Publisher: Addison-Wesley Professional | 11 Publisher: Addison-Wesley Professional |
11 ISBN: 0321502795 | 12 ISBN: 0321502795 |
12 | 13 |
13 Local Modifications: | 14 Local Modifications: |
14 Removed files that chromium did not need: | 15 Removed files that chromium did not need: |
15 - Bin/* | 16 - Bin/* |
(...skipping 19 matching lines...) Expand all Loading... |
35 | 36 |
36 Initialized local variables: | 37 Initialized local variables: |
37 - Chapter_11/Stencil_Test/Stencil_Test.c | 38 - Chapter_11/Stencil_Test/Stencil_Test.c |
38 - Common/Source/esShader.c | 39 - Common/Source/esShader.c |
39 | 40 |
40 Improvements in Chapter_11/Stencil_Test: | 41 Improvements in Chapter_11/Stencil_Test: |
41 - Fixed depth and color values in Stencil Test | 42 - Fixed depth and color values in Stencil Test |
42 - Removed redundant glGetIntegerv in draw loop | 43 - Removed redundant glGetIntegerv in draw loop |
43 - Restore stencil-mask state after every frame | 44 - Restore stencil-mask state after every frame |
44 | 45 |
OLD | NEW |