diff options
Diffstat (limited to 'third_party/gles2_book/README.chromium')
-rw-r--r-- | third_party/gles2_book/README.chromium | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/gles2_book/README.chromium b/third_party/gles2_book/README.chromium index e79e4fe..78de7b2 100644 --- a/third_party/gles2_book/README.chromium +++ b/third_party/gles2_book/README.chromium @@ -36,4 +36,8 @@ Local Modifications: Initialized local variables: - Chapter_11/Stencil_Test/Stencil_Test.c - Common/Source/esShader.c + + Improvements in Chapter_11/Stencil_Test: + - Fixed depth and color values in Stencil Test + - Removed redundant glGetIntegerv in draw loop |