commit | af8df1712c3238752c21181089d4e86126c3662d | [log] [tgz] |
---|---|---|
author | Ian Elliott <ianelliott@google.com> | Thu Jul 20 08:52:08 2017 -0600 |
committer | Ian Elliott <ianelliott@google.com> | Thu Jul 20 13:32:39 2017 -0600 |
tree | a196444d3f3c2d8b1f53d9a96afd4880731f407c | |
parent | 47c479d9b9a915cd36c647bb768f1d9af5a9e75f [diff] |
Fix compatibility problems with newer GLES Khronos headers. Two sets of problems: - GLchar was missing from "gl.h". - GLbyte, GLshort, and GLclampf was in both "gl.h" and "glext.h". This was fine for building Android, but not for other components that use more of the Khronos functionality. Test: Compile Android and other code that needs GLchar, GLbyte, GLshort, and GLclampf. Change-Id: I47ce0c2a5e985a1088cd8e75a94b3573e4aa7f8e