glshim updated, added latest changes by ptitSeb

This commit is contained in:
lubomyr
2016-11-02 20:21:36 +02:00
parent 1258d54afa
commit 21867b6ddc
31 changed files with 1884 additions and 715 deletions

View File

@@ -57,6 +57,7 @@ const char* PrintEnum(GLenum what) {
p(GL_COMPRESSED_RGB);
p(GL_COMPRESSED_RGBA);
// type
p(GL_BYTE);
p(GL_UNSIGNED_BYTE);
p(GL_UNSIGNED_BYTE_2_3_3_REV);
p(GL_UNSIGNED_BYTE_3_3_2);